Package com.stripe.service.treasury
Class FinancialAccountService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.treasury.FinancialAccountService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(FinancialAccountCreateParams params) Creates a new FinancialAccount.create
(FinancialAccountCreateParams params, RequestOptions options) Creates a new FinancialAccount.features()
list()
Returns a list of FinancialAccounts.list
(RequestOptions options) Returns a list of FinancialAccounts.list
(FinancialAccountListParams params) Returns a list of FinancialAccounts.list
(FinancialAccountListParams params, RequestOptions options) Returns a list of FinancialAccounts.Retrieves the details of a FinancialAccount.retrieve
(String financialAccount, RequestOptions options) Retrieves the details of a FinancialAccount.retrieve
(String financialAccount, FinancialAccountRetrieveParams params) Retrieves the details of a FinancialAccount.retrieve
(String financialAccount, FinancialAccountRetrieveParams params, RequestOptions options) Retrieves the details of a FinancialAccount.Updates the details of a FinancialAccount.update
(String financialAccount, RequestOptions options) Updates the details of a FinancialAccount.update
(String financialAccount, FinancialAccountUpdateParams params) Updates the details of a FinancialAccount.update
(String financialAccount, FinancialAccountUpdateParams params, RequestOptions options) Updates the details of a FinancialAccount.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
FinancialAccountService
-
-
Method Details
-
list
public StripeCollection<FinancialAccount> list(FinancialAccountListParams params) throws StripeException Returns a list of FinancialAccounts.- Throws:
StripeException
-
list
Returns a list of FinancialAccounts.- Throws:
StripeException
-
list
Returns a list of FinancialAccounts.- Throws:
StripeException
-
list
public StripeCollection<FinancialAccount> list(FinancialAccountListParams params, RequestOptions options) throws StripeException Returns a list of FinancialAccounts.- Throws:
StripeException
-
create
Creates a new FinancialAccount. For now, each connected account can only have one FinancialAccount.- Throws:
StripeException
-
create
public FinancialAccount create(FinancialAccountCreateParams params, RequestOptions options) throws StripeException Creates a new FinancialAccount. For now, each connected account can only have one FinancialAccount.- Throws:
StripeException
-
retrieve
public FinancialAccount retrieve(String financialAccount, FinancialAccountRetrieveParams params) throws StripeException Retrieves the details of a FinancialAccount.- Throws:
StripeException
-
retrieve
public FinancialAccount retrieve(String financialAccount, RequestOptions options) throws StripeException Retrieves the details of a FinancialAccount.- Throws:
StripeException
-
retrieve
Retrieves the details of a FinancialAccount.- Throws:
StripeException
-
retrieve
public FinancialAccount retrieve(String financialAccount, FinancialAccountRetrieveParams params, RequestOptions options) throws StripeException Retrieves the details of a FinancialAccount.- Throws:
StripeException
-
update
public FinancialAccount update(String financialAccount, FinancialAccountUpdateParams params) throws StripeException Updates the details of a FinancialAccount.- Throws:
StripeException
-
update
public FinancialAccount update(String financialAccount, RequestOptions options) throws StripeException Updates the details of a FinancialAccount.- Throws:
StripeException
-
update
Updates the details of a FinancialAccount.- Throws:
StripeException
-
update
public FinancialAccount update(String financialAccount, FinancialAccountUpdateParams params, RequestOptions options) throws StripeException Updates the details of a FinancialAccount.- Throws:
StripeException
-
features
-