Class VersionService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.billing.licensefees.VersionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList all versions of a License Fee object.list
(String licenseFeeId, RequestOptions options) List all versions of a License Fee object.list
(String licenseFeeId, VersionListParams params) List all versions of a License Fee object.list
(String licenseFeeId, VersionListParams params, RequestOptions options) List all versions of a License Fee object.Retrieve a License Fee Version object.retrieve
(String licenseFeeId, String id, RequestOptions options) Retrieve a License Fee Version object.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
VersionService
-
-
Method Details
-
list
public StripeCollection<LicenseFeeVersion> list(String licenseFeeId, VersionListParams params) throws StripeException List all versions of a License Fee object.- Throws:
StripeException
-
list
public StripeCollection<LicenseFeeVersion> list(String licenseFeeId, RequestOptions options) throws StripeException List all versions of a License Fee object.- Throws:
StripeException
-
list
List all versions of a License Fee object.- Throws:
StripeException
-
list
public StripeCollection<LicenseFeeVersion> list(String licenseFeeId, VersionListParams params, RequestOptions options) throws StripeException List all versions of a License Fee object.- Throws:
StripeException
-
retrieve
Retrieve a License Fee Version object.- Throws:
StripeException
-
retrieve
public LicenseFeeVersion retrieve(String licenseFeeId, String id, RequestOptions options) throws StripeException Retrieve a License Fee Version object.- Throws:
StripeException
-