Package com.stripe.service.treasury
Class FinancialAccountFeaturesService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.treasury.FinancialAccountFeaturesService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves 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
-