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