public class CustomerCardCollection extends StripeCollection<Card>
PRETTY_PRINT_GSON
Constructor and Description |
---|
CustomerCardCollection() |
Modifier and Type | Method and Description |
---|---|
CustomerCardCollection |
all(Map<String,Object> params)
Deprecated.
|
CustomerCardCollection |
all(Map<String,Object> params,
RequestOptions options)
Deprecated.
|
CustomerCardCollection |
all(Map<String,Object> params,
String apiKey)
Deprecated.
|
Card |
create(Map<String,Object> params) |
Card |
create(Map<String,Object> params,
RequestOptions options) |
Card |
create(Map<String,Object> params,
String apiKey)
Deprecated.
|
CustomerCardCollection |
list(Map<String,Object> params) |
CustomerCardCollection |
list(Map<String,Object> params,
RequestOptions options) |
Card |
retrieve(String id) |
Card |
retrieve(String id,
RequestOptions options) |
Card |
retrieve(String id,
String apiKey)
Deprecated.
|
autoPagingIterable, getCount, getData, getHasMore, getRequestOptions, getRequestParams, getTotalCount, getURL, setCount, setData, setHasMore, setRequestOptions, setRequestParams, setTotalCount, setURL
equals, toString
public CustomerCardCollection list(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public CustomerCardCollection list(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public CustomerCardCollection all(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public CustomerCardCollection all(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public CustomerCardCollection 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 Card create(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public Card create(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public Card create(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Copyright © 2016 Stripe. All rights reserved.