public class RecipientCardCollection extends StripeColllectionAPIResource<Card>
APIResource.RequestMethod
CHARSET, GSON
PRETTY_PRINT_GSON
Constructor and Description |
---|
RecipientCardCollection() |
Modifier and Type | Method and Description |
---|---|
RecipientCardCollection |
all(Map<String,Object> params) |
RecipientCardCollection |
all(Map<String,Object> params,
String apiKey) |
RecipientCardCollection |
create(Map<String,Object> params) |
RecipientCardCollection |
create(Map<String,Object> params,
String apiKey) |
Card |
retrieve(String id) |
Card |
retrieve(String id,
String apiKey) |
getCount, getData, getHasMore, getTotalCount, getURL, setCount, setData, setHasMore, setTotalCount, setURL
_request, classURL, instanceURL, request, singleClassURL
toString
public RecipientCardCollection all(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public RecipientCardCollection all(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public Card retrieve(String id) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public Card retrieve(String id, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public RecipientCardCollection create(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public RecipientCardCollection create(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Copyright © 2014 Stripe. All rights reserved.