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