public class CustomerCardCollection extends StripeCollection<Card>
PRETTY_PRINT_GSON| Constructor and Description |
|---|
CustomerCardCollection() |
| Modifier and Type | Method and 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,
java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Retrieve a card.
|
Card |
retrieve(java.lang.String id,
RequestOptions options)
Retrieve a card.
|
autoPagingIterable, 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