Package com.stripe.service.tax
Class RegistrationService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.tax.RegistrationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(RegistrationCreateParams params) Creates a new TaxRegistrationobject.create(RegistrationCreateParams params, RequestOptions options) Creates a new TaxRegistrationobject.list()Returns a list of TaxRegistrationobjects.list(RequestOptions options) Returns a list of TaxRegistrationobjects.list(RegistrationListParams params) Returns a list of TaxRegistrationobjects.list(RegistrationListParams params, RequestOptions options) Returns a list of TaxRegistrationobjects.Returns a TaxRegistrationobject.retrieve(String id, RequestOptions options) Returns a TaxRegistrationobject.retrieve(String id, RegistrationRetrieveParams params) Returns a TaxRegistrationobject.retrieve(String id, RegistrationRetrieveParams params, RequestOptions options) Returns a TaxRegistrationobject.Updates an existing TaxRegistrationobject.update(String id, RequestOptions options) Updates an existing TaxRegistrationobject.update(String id, RegistrationUpdateParams params) Updates an existing TaxRegistrationobject.update(String id, RegistrationUpdateParams params, RequestOptions options) Updates an existing TaxRegistrationobject.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
RegistrationService
-
-
Method Details
-
list
Returns a list of TaxRegistrationobjects.- Throws:
StripeException
-
list
Returns a list of TaxRegistrationobjects.- Throws:
StripeException
-
list
Returns a list of TaxRegistrationobjects.- Throws:
StripeException
-
list
public StripeCollection<Registration> list(RegistrationListParams params, RequestOptions options) throws StripeException Returns a list of TaxRegistrationobjects.- Throws:
StripeException
-
create
Creates a new TaxRegistrationobject.- Throws:
StripeException
-
create
public Registration create(RegistrationCreateParams params, RequestOptions options) throws StripeException Creates a new TaxRegistrationobject.- Throws:
StripeException
-
retrieve
Returns a TaxRegistrationobject.- Throws:
StripeException
-
retrieve
Returns a TaxRegistrationobject.- Throws:
StripeException
-
retrieve
Returns a TaxRegistrationobject.- Throws:
StripeException
-
retrieve
public Registration retrieve(String id, RegistrationRetrieveParams params, RequestOptions options) throws StripeException Returns a TaxRegistrationobject.- Throws:
StripeException
-
update
Updates an existing TaxRegistrationobject.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 TaxRegistrationobject.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 TaxRegistrationobject.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 TaxRegistrationobject.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
-