Package com.stripe.model
Class ExternalAccountCollection
java.lang.Object
- All Implemented Interfaces:
StripeCollectionInterface<ExternalAccount>
,StripeObjectInterface
public class ExternalAccountCollection extends StripeCollection<ExternalAccount>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ExternalAccountCollection()
-
Method Summary
Modifier and Type Method 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, RequestOptions options)
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.Methods inherited from class com.stripe.model.StripeCollection
autoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getData, getHasMore, getObject, getRequestOptions, getRequestParams, getUrl, hashCode, setData, setHasMore, setObject, setRequestOptions, setRequestParams, setUrl
Methods inherited from class com.stripe.model.StripeObject
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.StripeObjectInterface
getLastResponse, setLastResponse
-
Constructor Details
-
ExternalAccountCollection
public ExternalAccountCollection()
-
-
Method Details
-
list
public ExternalAccountCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeExceptionList external accounts for an account.- Throws:
StripeException
-
list
public ExternalAccountCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeExceptionList external accounts for an account.- Throws:
StripeException
-
list
public ExternalAccountCollection list(ExternalAccountCollectionListParams params) throws StripeExceptionList external accounts for an account.- Throws:
StripeException
-
list
public ExternalAccountCollection list(ExternalAccountCollectionListParams params, RequestOptions options) throws StripeExceptionList external accounts for an account.- Throws:
StripeException
-
retrieve
Retrieve a specified external account for a given account.- Throws:
StripeException
-
retrieve
public ExternalAccount retrieve(java.lang.String id, RequestOptions options) throws StripeExceptionRetrieve a specified external account for a given account.- Throws:
StripeException
-
retrieve
public ExternalAccount retrieve(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeExceptionRetrieve a specified external account for a given account.- Throws:
StripeException
-
retrieve
public ExternalAccount retrieve(java.lang.String id, ExternalAccountCollectionRetrieveParams params, RequestOptions options) throws StripeExceptionRetrieve a specified external account for a given account.- Throws:
StripeException
-
create
public ExternalAccount create(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeExceptionCreate an external account for a given account.- Throws:
StripeException
-
create
public ExternalAccount create(java.util.Map<java.lang.String,java.lang.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 StripeExceptionCreate an external account for a given account.- Throws:
StripeException
-