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, getData, getHasMore, getObject, getRequestOptions, getRequestParams, getUrl, hashCode, setData, setHasMore, setObject, setRequestOptions, setRequestParams, setUrlequals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLastResponse, setLastResponsepublic ExternalAccountCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeExceptionpublic ExternalAccountCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeExceptionpublic ExternalAccountCollection list(ExternalAccountCollectionListParams params) throws StripeException
StripeExceptionpublic ExternalAccountCollection list(ExternalAccountCollectionListParams params, RequestOptions options) throws StripeException
StripeExceptionpublic ExternalAccount retrieve(java.lang.String id) throws StripeException
StripeExceptionpublic ExternalAccount retrieve(java.lang.String id, RequestOptions options) throws StripeException
StripeExceptionpublic ExternalAccount retrieve(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeExceptionpublic ExternalAccount retrieve(java.lang.String id, ExternalAccountCollectionRetrieveParams params, RequestOptions options) throws StripeException
StripeExceptionpublic ExternalAccount create(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeExceptionpublic ExternalAccount create(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeExceptionpublic ExternalAccount create(ExternalAccountCollectionCreateParams params) throws StripeException
StripeExceptionpublic ExternalAccount create(ExternalAccountCollectionCreateParams params, RequestOptions options) throws StripeException
StripeException