public class RecipientCardCollection extends StripeCollectionAPIResource<Card>
APIResource.RequestMethod, APIResource.RequestTypeCHARSET, GSONPRETTY_PRINT_GSON| Constructor and Description |
|---|
RecipientCardCollection() |
| Modifier and Type | Method and Description |
|---|---|
RecipientCardCollection |
all(Map<String,Object> params) |
RecipientCardCollection |
all(Map<String,Object> params,
RequestOptions options) |
RecipientCardCollection |
all(Map<String,Object> params,
String apiKey)
Deprecated.
|
RecipientCardCollection |
create(Map<String,Object> params) |
RecipientCardCollection |
create(Map<String,Object> params,
RequestOptions options) |
RecipientCardCollection |
create(Map<String,Object> params,
String apiKey)
Deprecated.
|
Card |
retrieve(String id) |
Card |
retrieve(String id,
RequestOptions options) |
Card |
retrieve(String id,
String apiKey)
Deprecated.
|
getCount, getData, getHasMore, getTotalCount, getURL, setCount, setData, setHasMore, setTotalCount, setURLclassURL, classURL, instanceURL, instanceURL, multipartRequest, request, setStripeResponseGetter, singleClassURL, singleClassURL, urlEncodeequals, toStringpublic RecipientCardCollection all(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public RecipientCardCollection all(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public RecipientCardCollection all(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public Card retrieve(String id) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public Card retrieve(String id, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public Card retrieve(String id, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public RecipientCardCollection create(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public RecipientCardCollection create(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public RecipientCardCollection create(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Copyright © 2015 Stripe. All rights reserved.