Package com.stripe.service.v2.billing
Class OneTimeItemService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.billing.OneTimeItemService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(OneTimeItemCreateParams params) Create a One-Time Item object.create(OneTimeItemCreateParams params, RequestOptions options) Create a One-Time Item object.list()List all One-Time Item objects in reverse chronological order of creation.list(RequestOptions options) List all One-Time Item objects in reverse chronological order of creation.list(OneTimeItemListParams params) List all One-Time Item objects in reverse chronological order of creation.list(OneTimeItemListParams params, RequestOptions options) List all One-Time Item objects in reverse chronological order of creation.Retrieve a One-Time Item object.retrieve(String id, RequestOptions options) Retrieve a One-Time Item object.Update a One-Time Item object.update(String id, RequestOptions options) Update a One-Time Item object.update(String id, OneTimeItemUpdateParams params) Update a One-Time Item object.update(String id, OneTimeItemUpdateParams params, RequestOptions options) Update a One-Time Item object.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
OneTimeItemService
-
-
Method Details
-
list
List all One-Time Item objects in reverse chronological order of creation.- Throws:
StripeException
-
list
List all One-Time Item objects in reverse chronological order of creation.- Throws:
StripeException
-
list
List all One-Time Item objects in reverse chronological order of creation.- Throws:
StripeException
-
list
public StripeCollection<OneTimeItem> list(OneTimeItemListParams params, RequestOptions options) throws StripeException List all One-Time Item objects in reverse chronological order of creation.- Throws:
StripeException
-
create
Create a One-Time Item object.- Throws:
StripeException
-
create
public OneTimeItem create(OneTimeItemCreateParams params, RequestOptions options) throws StripeException Create a One-Time Item object.- Throws:
StripeException
-
retrieve
Retrieve a One-Time Item object.- Throws:
StripeException
-
retrieve
Retrieve a One-Time Item object.- Throws:
StripeException
-
update
Update a One-Time Item object.- Throws:
StripeException
-
update
Update a One-Time Item object.- Throws:
StripeException
-
update
Update a One-Time Item object.- Throws:
StripeException
-
update
public OneTimeItem update(String id, OneTimeItemUpdateParams params, RequestOptions options) throws StripeException Update a One-Time Item object.- Throws:
StripeException
-