Package com.stripe.model
Class ExternalAccountCollection
- All Implemented Interfaces:
StripeActiveObject
,StripeCollectionInterface<ExternalAccount>
,StripeObjectInterface
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreate an external account for a given account.create
(ExternalAccountCollectionCreateParams params, RequestOptions options) Create an external account for a given account.Create an external account for a given account.create
(Map<String, Object> params, RequestOptions options) Create an external account for a given account.List external accounts for an account.list
(ExternalAccountCollectionListParams params, RequestOptions options) List external accounts for an account.List external accounts for an account.list
(Map<String, Object> params, RequestOptions options) List external accounts for an account.Retrieve a specified external account for a given account.retrieve
(String id, RequestOptions options) Retrieve a specified external account for a given account.retrieve
(String id, ExternalAccountCollectionRetrieveParams params, RequestOptions options) Retrieve a specified external account for a given account.Retrieve a specified external account for a given account.Methods inherited from class com.stripe.model.StripeCollection
autoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getData, getHasMore, getObject, getPageTypeToken, getRequestOptions, getRequestParams, getResponseGetter, getUrl, hashCode, setData, setHasMore, setObject, setPageTypeToken, setRequestOptions, setRequestParams, setResponseGetter, setUrl
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.stripe.model.StripeActiveObject
trySetResponseGetter
Methods inherited from interface com.stripe.model.StripeObjectInterface
getLastResponse, setLastResponse
-
Constructor Details
-
ExternalAccountCollection
public ExternalAccountCollection()
-
-
Method Details
-
create
Create an external account for a given account.- Throws:
StripeException
-
create
public ExternalAccount create(Map<String, Object> params, RequestOptions options) throws StripeExceptionCreate an external account for a given account.- Throws:
StripeException
-
create
Create an external account for a given account.- Throws:
StripeException
-
create
public ExternalAccount create(ExternalAccountCollectionCreateParams params, RequestOptions options) throws StripeException Create an external account for a given account.- Throws:
StripeException
-
list
List external accounts for an account.- Throws:
StripeException
-
list
public ExternalAccountCollection list(Map<String, Object> params, RequestOptions options) throws StripeExceptionList external accounts for an account.- Throws:
StripeException
-
list
public ExternalAccountCollection list(ExternalAccountCollectionListParams params) throws StripeException List external accounts for an account.- Throws:
StripeException
-
list
public ExternalAccountCollection list(ExternalAccountCollectionListParams params, RequestOptions options) throws StripeException List external accounts for an account.- Throws:
StripeException
-
retrieve
Retrieve a specified external account for a given account.- Throws:
StripeException
-
retrieve
Retrieve a specified external account for a given account.- Throws:
StripeException
-
retrieve
public ExternalAccount retrieve(String id, Map<String, Object> params, RequestOptions options) throws StripeExceptionRetrieve a specified external account for a given account.- Throws:
StripeException
-
retrieve
public ExternalAccount retrieve(String id, ExternalAccountCollectionRetrieveParams params, RequestOptions options) throws StripeException Retrieve a specified external account for a given account.- Throws:
StripeException
-