public class CustomerCardCollection extends APIResource
APIResource.RequestMethodCHARSET, GSONPRETTY_PRINT_GSON| Constructor and Description |
|---|
CustomerCardCollection() |
| Modifier and Type | Method and Description |
|---|---|
CustomerCardCollection |
all(Map<String,Object> params) |
CustomerCardCollection |
all(Map<String,Object> params,
String apiKey) |
CustomerCardCollection |
create(Map<String,Object> params) |
CustomerCardCollection |
create(Map<String,Object> params,
String apiKey) |
Integer |
getCount() |
List<Card> |
getData() |
String |
getURL() |
Card |
retrieve(String id) |
Card |
retrieve(String id,
String apiKey) |
_request, classURL, instanceURL, request, singleClassURLtoStringpublic String getURL()
public Integer getCount()
public CustomerCardCollection all(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public CustomerCardCollection 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 CustomerCardCollection create(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public CustomerCardCollection create(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Copyright © 2014 Stripe. All rights reserved.