Class VersionService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.billing.pricingplans.VersionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList all Pricing Plan Versions of a Pricing Plan.list
(String pricingPlanId, RequestOptions options) List all Pricing Plan Versions of a Pricing Plan.list
(String pricingPlanId, VersionListParams params) List all Pricing Plan Versions of a Pricing Plan.list
(String pricingPlanId, VersionListParams params, RequestOptions options) List all Pricing Plan Versions of a Pricing Plan.Retrieve a specific Pricing Plan Version of a Pricing Plan.retrieve
(String pricingPlanId, String id, RequestOptions options) Retrieve a specific Pricing Plan Version of a Pricing Plan.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
VersionService
-
-
Method Details
-
list
public StripeCollection<PricingPlanVersion> list(String pricingPlanId, VersionListParams params) throws StripeException List all Pricing Plan Versions of a Pricing Plan.- Throws:
StripeException
-
list
public StripeCollection<PricingPlanVersion> list(String pricingPlanId, RequestOptions options) throws StripeException List all Pricing Plan Versions of a Pricing Plan.- Throws:
StripeException
-
list
List all Pricing Plan Versions of a Pricing Plan.- Throws:
StripeException
-
list
public StripeCollection<PricingPlanVersion> list(String pricingPlanId, VersionListParams params, RequestOptions options) throws StripeException List all Pricing Plan Versions of a Pricing Plan.- Throws:
StripeException
-
retrieve
Retrieve a specific Pricing Plan Version of a Pricing Plan.- Throws:
StripeException
-
retrieve
public PricingPlanVersion retrieve(String pricingPlanId, String id, RequestOptions options) throws StripeException Retrieve a specific Pricing Plan Version of a Pricing Plan.- Throws:
StripeException
-