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