public class ExternalAccountCollection extends StripeCollection<ExternalAccount>
PRETTY_PRINT_GSON
Constructor and Description |
---|
ExternalAccountCollection() |
Modifier and Type | Method and Description |
---|---|
ExternalAccount |
create(ExternalAccountCollectionCreateParams params)
Create an external account for a given account.
|
ExternalAccount |
create(ExternalAccountCollectionCreateParams params,
RequestOptions options)
Create an external account for a given account.
|
ExternalAccount |
create(java.util.Map<java.lang.String,java.lang.Object> params)
Create an external account for a given account.
|
ExternalAccount |
create(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Create an external account for a given account.
|
ExternalAccountCollection |
list(ExternalAccountCollectionListParams params)
List external accounts for an account.
|
ExternalAccountCollection |
list(ExternalAccountCollectionListParams params,
RequestOptions options)
List external accounts for an account.
|
ExternalAccountCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params)
List external accounts for an account.
|
ExternalAccountCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
List external accounts for an account.
|
ExternalAccount |
retrieve(java.lang.String id)
Retrieve a specified external account for a given account.
|
ExternalAccount |
retrieve(java.lang.String id,
ExternalAccountCollectionRetrieveParams params,
RequestOptions options)
Retrieve a specified external account for a given account.
|
ExternalAccount |
retrieve(java.lang.String id,
java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Retrieve a specified external account for a given account.
|
ExternalAccount |
retrieve(java.lang.String id,
RequestOptions options)
Retrieve a specified external account for a given account.
|
autoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getCount, getData, getHasMore, getObject, getRequestOptions, getRequestParams, getTotalCount, getUrl, hashCode, setCount, setData, setHasMore, setObject, setRequestOptions, setRequestParams, setTotalCount, setUrl
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public ExternalAccountCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeException
public ExternalAccountCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException
public ExternalAccountCollection list(ExternalAccountCollectionListParams params) throws StripeException
StripeException
public ExternalAccountCollection list(ExternalAccountCollectionListParams params, RequestOptions options) throws StripeException
StripeException
public ExternalAccount retrieve(java.lang.String id) throws StripeException
StripeException
public ExternalAccount retrieve(java.lang.String id, RequestOptions options) throws StripeException
StripeException
public ExternalAccount retrieve(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException
public ExternalAccount retrieve(java.lang.String id, ExternalAccountCollectionRetrieveParams params, RequestOptions options) throws StripeException
StripeException
public ExternalAccount create(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeException
public ExternalAccount create(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException
public ExternalAccount create(ExternalAccountCollectionCreateParams params) throws StripeException
StripeException
public ExternalAccount create(ExternalAccountCollectionCreateParams params, RequestOptions options) throws StripeException
StripeException