Package com.stripe.service
Class TaxCodeService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.TaxCodeService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlist()
A list of all tax codes available to add to Products in order to allow specific tax calculations.list
(RequestOptions options) A list of all tax codes available to add to Products in order to allow specific tax calculations.list
(TaxCodeListParams params) A list of all tax codes available to add to Products in order to allow specific tax calculations.list
(TaxCodeListParams params, RequestOptions options) A list of all tax codes available to add to Products in order to allow specific tax calculations.Retrieves the details of an existing tax code.retrieve
(String id, RequestOptions options) Retrieves the details of an existing tax code.retrieve
(String id, TaxCodeRetrieveParams params) Retrieves the details of an existing tax code.retrieve
(String id, TaxCodeRetrieveParams params, RequestOptions options) Retrieves the details of an existing tax code.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
TaxCodeService
-
-
Method Details
-
list
A list of all tax codes available to add to Products in order to allow specific tax calculations.- Throws:
StripeException
-
list
A list of all tax codes available to add to Products in order to allow specific tax calculations.- Throws:
StripeException
-
list
A list of all tax codes available to add to Products in order to allow specific tax calculations.- Throws:
StripeException
-
list
public StripeCollection<TaxCode> list(TaxCodeListParams params, RequestOptions options) throws StripeException A list of all tax codes available to add to Products in order to allow specific tax calculations.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing tax code. Supply the unique tax code ID and Stripe will return the corresponding tax code information.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing tax code. Supply the unique tax code ID and Stripe will return the corresponding tax code information.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing tax code. Supply the unique tax code ID and Stripe will return the corresponding tax code information.- Throws:
StripeException
-
retrieve
public TaxCode retrieve(String id, TaxCodeRetrieveParams params, RequestOptions options) throws StripeException Retrieves the details of an existing tax code. Supply the unique tax code ID and Stripe will return the corresponding tax code information.- Throws:
StripeException
-