Package com.stripe.service.tax
Class SettingsService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.tax.SettingsService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionretrieve()Retrieves TaxSettingsfor a merchant.retrieve(RequestOptions options) Retrieves TaxSettingsfor a merchant.retrieve(SettingsRetrieveParams params) Retrieves TaxSettingsfor a merchant.retrieve(SettingsRetrieveParams params, RequestOptions options) Retrieves TaxSettingsfor a merchant.update()Updates TaxSettingsparameters used in tax calculations.update(RequestOptions options) Updates TaxSettingsparameters used in tax calculations.update(SettingsUpdateParams params) Updates TaxSettingsparameters used in tax calculations.update(SettingsUpdateParams params, RequestOptions options) Updates TaxSettingsparameters used in tax calculations.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
SettingsService
-
-
Method Details
-
retrieve
Retrieves TaxSettingsfor a merchant.- Throws:
StripeException
-
retrieve
Retrieves TaxSettingsfor a merchant.- Throws:
StripeException
-
retrieve
Retrieves TaxSettingsfor a merchant.- Throws:
StripeException
-
retrieve
public Settings retrieve(SettingsRetrieveParams params, RequestOptions options) throws StripeException Retrieves TaxSettingsfor a merchant.- Throws:
StripeException
-
update
Updates TaxSettingsparameters used in tax calculations. All parameters are editable but none can be removed once set.- Throws:
StripeException
-
update
Updates TaxSettingsparameters used in tax calculations. All parameters are editable but none can be removed once set.- Throws:
StripeException
-
update
Updates TaxSettingsparameters used in tax calculations. All parameters are editable but none can be removed once set.- Throws:
StripeException
-
update
Updates TaxSettingsparameters used in tax calculations. All parameters are editable but none can be removed once set.- Throws:
StripeException
-