StripeCollectionInterface<ExternalAccount>public class ExternalAccountCollection extends StripeCollection<ExternalAccount>
PRETTY_PRINT_GSON| Constructor | Description |
|---|---|
ExternalAccountCollection() |
| Modifier and Type | Method | Description |
|---|---|---|
ExternalAccountCollection |
all(java.util.Map<java.lang.String,java.lang.Object> params) |
Deprecated.
|
ExternalAccountCollection |
all(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options) |
Deprecated.
|
ExternalAccount |
create(java.util.Map<java.lang.String,java.lang.Object> params) |
|
ExternalAccount |
create(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options) |
|
ExternalAccountCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params) |
|
ExternalAccountCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options) |
|
ExternalAccount |
retrieve(java.lang.String id) |
|
ExternalAccount |
retrieve(java.lang.String id,
RequestOptions options) |
|
ExternalAccount |
retrieve(java.lang.String id,
java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitautoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getCount, getData, getHasMore, getObject, getRequestOptions, getRequestParams, getTotalCount, getUrl, hashCode, setCount, setData, setHasMore, setObject, setRequestOptions, setRequestParams, setTotalCount, setUrlequals, getLastResponse, setLastResponse, toJson, toString@Deprecated public ExternalAccountCollection all(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeException@Deprecated public ExternalAccountCollection all(java.util.Map<java.lang.String,java.lang.Object> 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 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 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
StripeException