public class ExternalAccountCollection extends StripeCollection<ExternalAccount>
PRETTY_PRINT_GSON
Constructor and Description |
---|
ExternalAccountCollection() |
Modifier and Type | Method and 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,
java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options) |
ExternalAccount |
retrieve(java.lang.String id,
RequestOptions options) |
autoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getCount, getData, getHasMore, getObject, getRequestOptions, getRequestParams, getTotalCount, getUrl, hashCode, setCount, setData, setHasMore, setObject, setRequestOptions, setRequestParams, setTotalCount, setUrl
equals, 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
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 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 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