Package com.stripe.service.tax
Class RegistrationService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.tax.RegistrationService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(RegistrationCreateParams params) Creates a new TaxRegistration
object.create
(RegistrationCreateParams params, RequestOptions options) Creates a new TaxRegistration
object.list()
Returns a list of TaxRegistration
objects.list
(RequestOptions options) Returns a list of TaxRegistration
objects.list
(RegistrationListParams params) Returns a list of TaxRegistration
objects.list
(RegistrationListParams params, RequestOptions options) Returns a list of TaxRegistration
objects.Returns a TaxRegistration
object.retrieve
(String id, RequestOptions options) Returns a TaxRegistration
object.retrieve
(String id, RegistrationRetrieveParams params) Returns a TaxRegistration
object.retrieve
(String id, RegistrationRetrieveParams params, RequestOptions options) Returns a TaxRegistration
object.Updates an existing TaxRegistration
object.update
(String id, RequestOptions options) Updates an existing TaxRegistration
object.update
(String id, RegistrationUpdateParams params) Updates an existing TaxRegistration
object.update
(String id, RegistrationUpdateParams params, RequestOptions options) Updates an existing TaxRegistration
object.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
RegistrationService
-
-
Method Details
-
list
Returns a list of TaxRegistration
objects.- Throws:
StripeException
-
list
Returns a list of TaxRegistration
objects.- Throws:
StripeException
-
list
Returns a list of TaxRegistration
objects.- Throws:
StripeException
-
list
public StripeCollection<Registration> list(RegistrationListParams params, RequestOptions options) throws StripeException Returns a list of TaxRegistration
objects.- Throws:
StripeException
-
create
Creates a new TaxRegistration
object.- Throws:
StripeException
-
create
public Registration create(RegistrationCreateParams params, RequestOptions options) throws StripeException Creates a new TaxRegistration
object.- Throws:
StripeException
-
retrieve
Returns a TaxRegistration
object.- Throws:
StripeException
-
retrieve
Returns a TaxRegistration
object.- Throws:
StripeException
-
retrieve
Returns a TaxRegistration
object.- Throws:
StripeException
-
retrieve
public Registration retrieve(String id, RegistrationRetrieveParams params, RequestOptions options) throws StripeException Returns a TaxRegistration
object.- Throws:
StripeException
-
update
Updates an existing TaxRegistration
object.A registration cannot be deleted after it has been created. If you wish to end a registration you may do so by setting
expires_at
.- Throws:
StripeException
-
update
Updates an existing TaxRegistration
object.A registration cannot be deleted after it has been created. If you wish to end a registration you may do so by setting
expires_at
.- Throws:
StripeException
-
update
Updates an existing TaxRegistration
object.A registration cannot be deleted after it has been created. If you wish to end a registration you may do so by setting
expires_at
.- Throws:
StripeException
-
update
public Registration update(String id, RegistrationUpdateParams params, RequestOptions options) throws StripeException Updates an existing TaxRegistration
object.A registration cannot be deleted after it has been created. If you wish to end a registration you may do so by setting
expires_at
.- Throws:
StripeException
-