StripeCollectionInterface<Card>public class CustomerCardCollection extends StripeCollection<Card>
PRETTY_PRINT_GSON| Constructor | Description |
|---|---|
CustomerCardCollection() |
| Modifier and Type | Method | Description |
|---|---|---|
Card |
create(java.util.Map<java.lang.String,java.lang.Object> params) |
Create a card.
|
Card |
create(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options) |
Create a card.
|
CustomerCardCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params) |
List all cards.
|
CustomerCardCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options) |
List all cards.
|
Card |
retrieve(java.lang.String id) |
Retrieve a card.
|
Card |
retrieve(java.lang.String id,
RequestOptions options) |
Retrieve a card.
|
Card |
retrieve(java.lang.String id,
java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options) |
Retrieve a card.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitautoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getCount, getData, getHasMore, getObject, getRequestOptions, getRequestParams, getTotalCount, getUrl, hashCode, setCount, setData, setHasMore, setObject, setRequestOptions, setRequestParams, setTotalCount, setUrlequals, getLastResponse, setLastResponse, toJson, toStringpublic Card create(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeExceptionpublic Card create(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeExceptionpublic CustomerCardCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeExceptionpublic CustomerCardCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeExceptionpublic Card retrieve(java.lang.String id) throws StripeException
StripeExceptionpublic Card retrieve(java.lang.String id, RequestOptions options) throws StripeException
StripeExceptionpublic Card retrieve(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException