Package com.stripe.service
Class CustomerTaxIdService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.CustomerTaxIdService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(String customer, CustomerTaxIdCreateParams params) Creates a newtax_idobject for a customer.create(String customer, CustomerTaxIdCreateParams params, RequestOptions options) Creates a newtax_idobject for a customer.Deletes an existingtax_idobject.delete(String customer, String id, RequestOptions options) Deletes an existingtax_idobject.Returns a list of tax IDs for a customer.list(String customer, RequestOptions options) Returns a list of tax IDs for a customer.list(String customer, CustomerTaxIdListParams params) Returns a list of tax IDs for a customer.list(String customer, CustomerTaxIdListParams params, RequestOptions options) Returns a list of tax IDs for a customer.Retrieves thetax_idobject with the given identifier.retrieve(String customer, String id, RequestOptions options) Retrieves thetax_idobject with the given identifier.retrieve(String customer, String id, CustomerTaxIdRetrieveParams params) Retrieves thetax_idobject with the given identifier.retrieve(String customer, String id, CustomerTaxIdRetrieveParams params, RequestOptions options) Retrieves thetax_idobject with the given identifier.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
CustomerTaxIdService
-
-
Method Details
-
delete
Deletes an existingtax_idobject.- Throws:
StripeException
-
delete
Deletes an existingtax_idobject.- Throws:
StripeException
-
retrieve
public TaxId retrieve(String customer, String id, CustomerTaxIdRetrieveParams params) throws StripeException Retrieves thetax_idobject with the given identifier.- Throws:
StripeException
-
retrieve
Retrieves thetax_idobject with the given identifier.- Throws:
StripeException
-
retrieve
Retrieves thetax_idobject with the given identifier.- Throws:
StripeException
-
retrieve
public TaxId retrieve(String customer, String id, CustomerTaxIdRetrieveParams params, RequestOptions options) throws StripeException Retrieves thetax_idobject with the given identifier.- Throws:
StripeException
-
list
public StripeCollection<TaxId> list(String customer, CustomerTaxIdListParams params) throws StripeException Returns a list of tax IDs for a customer.- Throws:
StripeException
-
list
Returns a list of tax IDs for a customer.- Throws:
StripeException
-
list
Returns a list of tax IDs for a customer.- Throws:
StripeException
-
list
public StripeCollection<TaxId> list(String customer, CustomerTaxIdListParams params, RequestOptions options) throws StripeException Returns a list of tax IDs for a customer.- Throws:
StripeException
-
create
Creates a newtax_idobject for a customer.- Throws:
StripeException
-
create
public TaxId create(String customer, CustomerTaxIdCreateParams params, RequestOptions options) throws StripeException Creates a newtax_idobject for a customer.- Throws:
StripeException
-