Package com.stripe.service
Class CustomerTaxIdService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.CustomerTaxIdService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(String customer, CustomerTaxIdCreateParams params) Creates a newtax_id
object for a customer.create
(String customer, CustomerTaxIdCreateParams params, RequestOptions options) Creates a newtax_id
object for a customer.Deletes an existingtax_id
object.delete
(String customer, String id, RequestOptions options) Deletes an existingtax_id
object.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_id
object with the given identifier.retrieve
(String customer, String id, RequestOptions options) Retrieves thetax_id
object with the given identifier.retrieve
(String customer, String id, CustomerTaxIdRetrieveParams params) Retrieves thetax_id
object with the given identifier.retrieve
(String customer, String id, CustomerTaxIdRetrieveParams params, RequestOptions options) Retrieves thetax_id
object with the given identifier.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
CustomerTaxIdService
-
-
Method Details
-
delete
Deletes an existingtax_id
object.- Throws:
StripeException
-
delete
Deletes an existingtax_id
object.- Throws:
StripeException
-
retrieve
public TaxId retrieve(String customer, String id, CustomerTaxIdRetrieveParams params) throws StripeException Retrieves thetax_id
object with the given identifier.- Throws:
StripeException
-
retrieve
Retrieves thetax_id
object with the given identifier.- Throws:
StripeException
-
retrieve
Retrieves thetax_id
object with the given identifier.- Throws:
StripeException
-
retrieve
public TaxId retrieve(String customer, String id, CustomerTaxIdRetrieveParams params, RequestOptions options) throws StripeException Retrieves thetax_id
object 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_id
object for a customer.- Throws:
StripeException
-
create
public TaxId create(String customer, CustomerTaxIdCreateParams params, RequestOptions options) throws StripeException Creates a newtax_id
object for a customer.- Throws:
StripeException
-