Package com.stripe.service.v2.billing
Class LicensedItemService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.billing.LicensedItemService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(LicensedItemCreateParams params) Create a Licensed Item object.create
(LicensedItemCreateParams params, RequestOptions options) Create a Licensed Item object.list()
List all Licensed Item objects in reverse chronological order of creation.list
(RequestOptions options) List all Licensed Item objects in reverse chronological order of creation.list
(LicensedItemListParams params) List all Licensed Item objects in reverse chronological order of creation.list
(LicensedItemListParams params, RequestOptions options) List all Licensed Item objects in reverse chronological order of creation.Retrieve a Licensed Item object.retrieve
(String id, RequestOptions options) Retrieve a Licensed Item object.Update a Licensed Item object.update
(String id, RequestOptions options) Update a Licensed Item object.update
(String id, LicensedItemUpdateParams params) Update a Licensed Item object.update
(String id, LicensedItemUpdateParams params, RequestOptions options) Update a Licensed Item object.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
LicensedItemService
-
-
Method Details
-
list
List all Licensed Item objects in reverse chronological order of creation.- Throws:
StripeException
-
list
List all Licensed Item objects in reverse chronological order of creation.- Throws:
StripeException
-
list
List all Licensed Item objects in reverse chronological order of creation.- Throws:
StripeException
-
list
public StripeCollection<LicensedItem> list(LicensedItemListParams params, RequestOptions options) throws StripeException List all Licensed Item objects in reverse chronological order of creation.- Throws:
StripeException
-
create
Create a Licensed Item object.- Throws:
StripeException
-
create
public LicensedItem create(LicensedItemCreateParams params, RequestOptions options) throws StripeException Create a Licensed Item object.- Throws:
StripeException
-
retrieve
Retrieve a Licensed Item object.- Throws:
StripeException
-
retrieve
Retrieve a Licensed Item object.- Throws:
StripeException
-
update
Update a Licensed Item object. At least one of the fields is required.- Throws:
StripeException
-
update
Update a Licensed Item object. At least one of the fields is required.- Throws:
StripeException
-
update
Update a Licensed Item object. At least one of the fields is required.- Throws:
StripeException
-
update
public LicensedItem update(String id, LicensedItemUpdateParams params, RequestOptions options) throws StripeException Update a Licensed Item object. At least one of the fields is required.- Throws:
StripeException
-