Package com.stripe.service.v2.billing
Class CadenceService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.billing.CadenceService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCancel the Billing Cadence.cancel
(String id, RequestOptions options) Cancel the Billing Cadence.cancel
(String id, CadenceCancelParams params) Cancel the Billing Cadence.cancel
(String id, CadenceCancelParams params, RequestOptions options) Cancel the Billing Cadence.create
(CadenceCreateParams params) Create a Billing Cadence object.create
(CadenceCreateParams params, RequestOptions options) Create a Billing Cadence object.list()
List Billing Cadences.list
(RequestOptions options) List Billing Cadences.list
(CadenceListParams params) List Billing Cadences.list
(CadenceListParams params, RequestOptions options) List Billing Cadences.Retrieve a Billing Cadence object.retrieve
(String id, RequestOptions options) Retrieve a Billing Cadence object.retrieve
(String id, CadenceRetrieveParams params) Retrieve a Billing Cadence object.retrieve
(String id, CadenceRetrieveParams params, RequestOptions options) Retrieve a Billing Cadence object.Update a Billing Cadence object.update
(String id, RequestOptions options) Update a Billing Cadence object.update
(String id, CadenceUpdateParams params) Update a Billing Cadence object.update
(String id, CadenceUpdateParams params, RequestOptions options) Update a Billing Cadence object.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
CadenceService
-
-
Method Details
-
list
List Billing Cadences.- Throws:
StripeException
-
list
List Billing Cadences.- Throws:
StripeException
-
list
List Billing Cadences.- Throws:
StripeException
-
list
public StripeCollection<Cadence> list(CadenceListParams params, RequestOptions options) throws StripeException List Billing Cadences.- Throws:
StripeException
-
create
Create a Billing Cadence object.- Throws:
StripeException
-
create
Create a Billing Cadence object.- Throws:
StripeException
-
retrieve
Retrieve a Billing Cadence object.- Throws:
StripeException
-
retrieve
Retrieve a Billing Cadence object.- Throws:
StripeException
-
retrieve
Retrieve a Billing Cadence object.- Throws:
StripeException
-
retrieve
public Cadence retrieve(String id, CadenceRetrieveParams params, RequestOptions options) throws StripeException Retrieve a Billing Cadence object.- Throws:
StripeException
-
update
Update a Billing Cadence object.- Throws:
StripeException
-
update
Update a Billing Cadence object.- Throws:
StripeException
-
update
Update a Billing Cadence object.- Throws:
StripeException
-
update
public Cadence update(String id, CadenceUpdateParams params, RequestOptions options) throws StripeException Update a Billing Cadence object.- Throws:
StripeException
-
cancel
Cancel the Billing Cadence.- Throws:
StripeException
-
cancel
Cancel the Billing Cadence.- Throws:
StripeException
-
cancel
Cancel the Billing Cadence.- Throws:
StripeException
-
cancel
public Cadence cancel(String id, CadenceCancelParams params, RequestOptions options) throws StripeException Cancel the Billing Cadence.- Throws:
StripeException
-