Package com.stripe.service
Class TaxIdService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.TaxIdService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(TaxIdCreateParams params) Creates a new account or customertax_id
object.create
(TaxIdCreateParams params, RequestOptions options) Creates a new account or customertax_id
object.Deletes an existing account or customertax_id
object.delete
(String id, RequestOptions options) Deletes an existing account or customertax_id
object.list()
Returns a list of tax IDs.list
(RequestOptions options) Returns a list of tax IDs.list
(TaxIdListParams params) Returns a list of tax IDs.list
(TaxIdListParams params, RequestOptions options) Returns a list of tax IDs.Retrieves an account or customertax_id
object.retrieve
(String id, RequestOptions options) Retrieves an account or customertax_id
object.retrieve
(String id, TaxIdRetrieveParams params) Retrieves an account or customertax_id
object.retrieve
(String id, TaxIdRetrieveParams params, RequestOptions options) Retrieves an account or customertax_id
object.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
TaxIdService
-
-
Method Details
-
delete
Deletes an existing account or customertax_id
object.- Throws:
StripeException
-
delete
Deletes an existing account or customertax_id
object.- Throws:
StripeException
-
retrieve
Retrieves an account or customertax_id
object.- Throws:
StripeException
-
retrieve
Retrieves an account or customertax_id
object.- Throws:
StripeException
-
retrieve
Retrieves an account or customertax_id
object.- Throws:
StripeException
-
retrieve
public TaxId retrieve(String id, TaxIdRetrieveParams params, RequestOptions options) throws StripeException Retrieves an account or customertax_id
object.- Throws:
StripeException
-
list
Returns a list of tax IDs.- Throws:
StripeException
-
list
Returns a list of tax IDs.- Throws:
StripeException
-
list
Returns a list of tax IDs.- Throws:
StripeException
-
list
public StripeCollection<TaxId> list(TaxIdListParams params, RequestOptions options) throws StripeException Returns a list of tax IDs.- Throws:
StripeException
-
create
Creates a new account or customertax_id
object.- Throws:
StripeException
-
create
Creates a new account or customertax_id
object.- Throws:
StripeException
-