Package com.stripe.service.treasury
Class FinancialAccountFeaturesService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.treasury.FinancialAccountFeaturesService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUpdates the Features associated with a FinancialAccount.create
(String financialAccount, RequestOptions options) Updates the Features associated with a FinancialAccount.create
(String financialAccount, FinancialAccountFeaturesCreateParams params) Updates the Features associated with a FinancialAccount.create
(String financialAccount, FinancialAccountFeaturesCreateParams params, RequestOptions options) Updates the Features associated with a FinancialAccount.Retrieves Features information associated with the FinancialAccount.list
(String financialAccount, RequestOptions options) Retrieves Features information associated with the FinancialAccount.list
(String financialAccount, FinancialAccountFeaturesListParams params) Retrieves Features information associated with the FinancialAccount.list
(String financialAccount, FinancialAccountFeaturesListParams params, RequestOptions options) Retrieves Features information associated with the FinancialAccount.Retrieves Features information associated with the FinancialAccount.retrieve
(String financialAccount, RequestOptions options) Retrieves Features information associated with the FinancialAccount.retrieve
(String financialAccount, FinancialAccountFeaturesRetrieveParams params) Retrieves Features information associated with the FinancialAccount.retrieve
(String financialAccount, FinancialAccountFeaturesRetrieveParams params, RequestOptions options) Retrieves Features information associated with the FinancialAccount.Updates the Features associated with a FinancialAccount.update
(String financialAccount, RequestOptions options) Updates the Features associated with a FinancialAccount.update
(String financialAccount, FinancialAccountFeaturesUpdateParams params) Updates the Features associated with a FinancialAccount.update
(String financialAccount, FinancialAccountFeaturesUpdateParams params, RequestOptions options) Updates the Features associated with a FinancialAccount.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
FinancialAccountFeaturesService
-
-
Method Details
-
update
public FinancialAccountFeatures update(String financialAccount, FinancialAccountFeaturesUpdateParams params) throws StripeException Updates the Features associated with a FinancialAccount.- Throws:
StripeException
-
update
public FinancialAccountFeatures update(String financialAccount, RequestOptions options) throws StripeException Updates the Features associated with a FinancialAccount.- Throws:
StripeException
-
update
Updates the Features associated with a FinancialAccount.- Throws:
StripeException
-
update
public FinancialAccountFeatures update(String financialAccount, FinancialAccountFeaturesUpdateParams params, RequestOptions options) throws StripeException Updates the Features associated with a FinancialAccount.- Throws:
StripeException
-
retrieve
public FinancialAccountFeatures retrieve(String financialAccount, FinancialAccountFeaturesRetrieveParams params) throws StripeException Retrieves Features information associated with the FinancialAccount.- Throws:
StripeException
-
retrieve
public FinancialAccountFeatures retrieve(String financialAccount, RequestOptions options) throws StripeException Retrieves Features information associated with the FinancialAccount.- Throws:
StripeException
-
retrieve
Retrieves Features information associated with the FinancialAccount.- Throws:
StripeException
-
retrieve
public FinancialAccountFeatures retrieve(String financialAccount, FinancialAccountFeaturesRetrieveParams params, RequestOptions options) throws StripeException Retrieves Features information associated with the FinancialAccount.- Throws:
StripeException
-
list
public FinancialAccountFeatures list(String financialAccount, FinancialAccountFeaturesListParams params) throws StripeException Retrieves Features information associated with the FinancialAccount.- Throws:
StripeException
-
list
public FinancialAccountFeatures list(String financialAccount, RequestOptions options) throws StripeException Retrieves Features information associated with the FinancialAccount.- Throws:
StripeException
-
list
Retrieves Features information associated with the FinancialAccount.- Throws:
StripeException
-
list
public FinancialAccountFeatures list(String financialAccount, FinancialAccountFeaturesListParams params, RequestOptions options) throws StripeException Retrieves Features information associated with the FinancialAccount.- Throws:
StripeException
-
create
public FinancialAccountFeatures create(String financialAccount, FinancialAccountFeaturesCreateParams params) throws StripeException Updates the Features associated with a FinancialAccount.- Throws:
StripeException
-
create
public FinancialAccountFeatures create(String financialAccount, RequestOptions options) throws StripeException Updates the Features associated with a FinancialAccount.- Throws:
StripeException
-
create
Updates the Features associated with a FinancialAccount.- Throws:
StripeException
-
create
public FinancialAccountFeatures create(String financialAccount, FinancialAccountFeaturesCreateParams params, RequestOptions options) throws StripeException Updates the Features associated with a FinancialAccount.- Throws:
StripeException
-