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