Package com.stripe.service.v2.billing
Class LicenseFeeService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.billing.LicenseFeeService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(LicenseFeeCreateParams params) Create a License Fee object.create
(LicenseFeeCreateParams params, RequestOptions options) Create a License Fee object.list
(LicenseFeeListParams params) List all License Fee objects.list
(LicenseFeeListParams params, RequestOptions options) List all License Fee objects.Retrieve a License Fee object.retrieve
(String id, RequestOptions options) Retrieve a License Fee object.update
(String id, LicenseFeeUpdateParams params) Update a License Fee object.update
(String id, LicenseFeeUpdateParams params, RequestOptions options) Update a License Fee object.versions()
Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
LicenseFeeService
-
-
Method Details
-
list
List all License Fee objects.- Throws:
StripeException
-
list
public StripeCollection<LicenseFee> list(LicenseFeeListParams params, RequestOptions options) throws StripeException List all License Fee objects.- Throws:
StripeException
-
create
Create a License Fee object.- Throws:
StripeException
-
create
public LicenseFee create(LicenseFeeCreateParams params, RequestOptions options) throws StripeException Create a License Fee object.- Throws:
StripeException
-
retrieve
Retrieve a License Fee object.- Throws:
StripeException
-
retrieve
Retrieve a License Fee object.- Throws:
StripeException
-
update
Update a License Fee object.- Throws:
StripeException
-
update
public LicenseFee update(String id, LicenseFeeUpdateParams params, RequestOptions options) throws StripeException Update a License Fee object.- Throws:
StripeException
-
versions
-