Class FinancialAccountService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.moneymanagement.FinancialAccountService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCloses a FinancialAccount with or without forwarding settings.close
(String id, RequestOptions options) Closes a FinancialAccount with or without forwarding settings.close
(String id, FinancialAccountCloseParams params) Closes a FinancialAccount with or without forwarding settings.close
(String id, FinancialAccountCloseParams params, RequestOptions options) Closes a FinancialAccount with or without forwarding settings.create
(FinancialAccountCreateParams params) Creates a new FinancialAccount.create
(FinancialAccountCreateParams params, RequestOptions options) Creates a new FinancialAccount.list()
Lists FinancialAccounts in this compartment.list
(RequestOptions options) Lists FinancialAccounts in this compartment.list
(FinancialAccountListParams params) Lists FinancialAccounts in this compartment.list
(FinancialAccountListParams params, RequestOptions options) Lists FinancialAccounts in this compartment.Retrieves the details of an existing FinancialAccount.retrieve
(String id, RequestOptions options) Retrieves the details of an existing 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 Lists FinancialAccounts in this compartment.- Throws:
StripeException
-
list
Lists FinancialAccounts in this compartment.- Throws:
StripeException
-
list
Lists FinancialAccounts in this compartment.- Throws:
StripeException
-
list
public StripeCollection<FinancialAccount> list(FinancialAccountListParams params, RequestOptions options) throws StripeException Lists FinancialAccounts in this compartment.- Throws:
StripeException
-
create
public FinancialAccount create(FinancialAccountCreateParams params) throws StripeException, AlreadyExistsException, FeatureNotEnabledException Creates a new FinancialAccount. -
create
public FinancialAccount create(FinancialAccountCreateParams params, RequestOptions options) throws StripeException, AlreadyExistsException, FeatureNotEnabledException Creates a new FinancialAccount. -
retrieve
Retrieves the details of an existing FinancialAccount.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing FinancialAccount.- Throws:
StripeException
-
close
public FinancialAccount close(String id, FinancialAccountCloseParams params) throws StripeException, NonZeroBalanceException Closes a FinancialAccount with or without forwarding settings. -
close
public FinancialAccount close(String id, RequestOptions options) throws StripeException, NonZeroBalanceException Closes a FinancialAccount with or without forwarding settings. -
close
Closes a FinancialAccount with or without forwarding settings. -
close
public FinancialAccount close(String id, FinancialAccountCloseParams params, RequestOptions options) throws StripeException, NonZeroBalanceException Closes a FinancialAccount with or without forwarding settings.
-