Package com.stripe.service.v2.billing
Class RateCardService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.billing.RateCardService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(RateCardCreateParams params) Create a Rate Card object.create
(RateCardCreateParams params, RequestOptions options) Create a Rate Card object.list()
List all Rate Card objects.list
(RequestOptions options) List all Rate Card objects.list
(RateCardListParams params) List all Rate Card objects.list
(RateCardListParams params, RequestOptions options) List all Rate Card objects.rates()
Retrieve the latest version of a Rate Card object.retrieve
(String id, RequestOptions options) Retrieve the latest version of a Rate Card object.Update a Rate Card object.update
(String id, RequestOptions options) Update a Rate Card object.update
(String id, RateCardUpdateParams params) Update a Rate Card object.update
(String id, RateCardUpdateParams params, RequestOptions options) Update a Rate Card object.versions()
Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
RateCardService
-
-
Method Details
-
list
List all Rate Card objects.- Throws:
StripeException
-
list
List all Rate Card objects.- Throws:
StripeException
-
list
List all Rate Card objects.- Throws:
StripeException
-
list
public StripeCollection<RateCard> list(RateCardListParams params, RequestOptions options) throws StripeException List all Rate Card objects.- Throws:
StripeException
-
create
Create a Rate Card object.- Throws:
StripeException
-
create
Create a Rate Card object.- Throws:
StripeException
-
retrieve
Retrieve the latest version of a Rate Card object.- Throws:
StripeException
-
retrieve
Retrieve the latest version of a Rate Card object.- Throws:
StripeException
-
update
Update a Rate Card object.- Throws:
StripeException
-
update
Update a Rate Card object.- Throws:
StripeException
-
update
Update a Rate Card object.- Throws:
StripeException
-
update
public RateCard update(String id, RateCardUpdateParams params, RequestOptions options) throws StripeException Update a Rate Card object.- Throws:
StripeException
-
rates
-
versions
-