Package com.stripe.service.tax
Class CalculationService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.tax.CalculationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(CalculationCreateParams params) Calculates tax based on input and returns a TaxCalculation
object.create
(CalculationCreateParams params, RequestOptions options) Calculates tax based on input and returns a TaxCalculation
object.Methods inherited from class com.stripe.net.ApiService
getResponseGetter
-
Constructor Details
-
CalculationService
-
-
Method Details
-
create
Calculates tax based on input and returns a TaxCalculation
object.- Throws:
StripeException
-
create
public Calculation create(CalculationCreateParams params, RequestOptions options) throws StripeException Calculates tax based on input and returns a TaxCalculation
object.- Throws:
StripeException
-
lineItems
-