Package com.stripe.service
Class TaxIdService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.TaxIdService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(TaxIdCreateParams params) Creates a new account or customertax_idobject.create(TaxIdCreateParams params, RequestOptions options) Creates a new account or customertax_idobject.Deletes an existing account or customertax_idobject.delete(String id, RequestOptions options) Deletes an existing account or customertax_idobject.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_idobject.retrieve(String id, RequestOptions options) Retrieves an account or customertax_idobject.retrieve(String id, TaxIdRetrieveParams params) Retrieves an account or customertax_idobject.retrieve(String id, TaxIdRetrieveParams params, RequestOptions options) Retrieves an account or customertax_idobject.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
TaxIdService
-
-
Method Details
-
delete
Deletes an existing account or customertax_idobject.- Throws:
StripeException
-
delete
Deletes an existing account or customertax_idobject.- Throws:
StripeException
-
retrieve
Retrieves an account or customertax_idobject.- Throws:
StripeException
-
retrieve
Retrieves an account or customertax_idobject.- Throws:
StripeException
-
retrieve
Retrieves an account or customertax_idobject.- Throws:
StripeException
-
retrieve
public TaxId retrieve(String id, TaxIdRetrieveParams params, RequestOptions options) throws StripeException Retrieves an account or customertax_idobject.- 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_idobject.- Throws:
StripeException
-
create
Creates a new account or customertax_idobject.- Throws:
StripeException
-