Package com.stripe.service.v2.billing
Class RateCardSubscriptionService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.billing.RateCardSubscriptionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCancel an existing, active Rate Card Subscription.cancel
(String id, RequestOptions options) Cancel an existing, active Rate Card Subscription.Create a Rate Card Subscription to bill a Rate Card on a specified Billing Cadence.create
(RateCardSubscriptionCreateParams params, RequestOptions options) Create a Rate Card Subscription to bill a Rate Card on a specified Billing Cadence.list()
List all Rate Card Subscription objects.list
(RequestOptions options) List all Rate Card Subscription objects.list
(RateCardSubscriptionListParams params) List all Rate Card Subscription objects.list
(RateCardSubscriptionListParams params, RequestOptions options) List all Rate Card Subscription objects.Retrieve a Rate Card Subscription by ID.retrieve
(String id, RequestOptions options) Retrieve a Rate Card Subscription by ID.Update fields on an existing, active Rate Card Subscription.update
(String id, RequestOptions options) Update fields on an existing, active Rate Card Subscription.update
(String id, RateCardSubscriptionUpdateParams params) Update fields on an existing, active Rate Card Subscription.update
(String id, RateCardSubscriptionUpdateParams params, RequestOptions options) Update fields on an existing, active Rate Card Subscription.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
RateCardSubscriptionService
-
-
Method Details
-
list
public StripeCollection<RateCardSubscription> list(RateCardSubscriptionListParams params) throws StripeException List all Rate Card Subscription objects.- Throws:
StripeException
-
list
List all Rate Card Subscription objects.- Throws:
StripeException
-
list
List all Rate Card Subscription objects.- Throws:
StripeException
-
list
public StripeCollection<RateCardSubscription> list(RateCardSubscriptionListParams params, RequestOptions options) throws StripeException List all Rate Card Subscription objects.- Throws:
StripeException
-
create
Create a Rate Card Subscription to bill a Rate Card on a specified Billing Cadence.- Throws:
StripeException
-
create
public RateCardSubscription create(RateCardSubscriptionCreateParams params, RequestOptions options) throws StripeException Create a Rate Card Subscription to bill a Rate Card on a specified Billing Cadence.- Throws:
StripeException
-
retrieve
Retrieve a Rate Card Subscription by ID.- Throws:
StripeException
-
retrieve
Retrieve a Rate Card Subscription by ID.- Throws:
StripeException
-
update
public RateCardSubscription update(String id, RateCardSubscriptionUpdateParams params) throws StripeException Update fields on an existing, active Rate Card Subscription.- Throws:
StripeException
-
update
Update fields on an existing, active Rate Card Subscription.- Throws:
StripeException
-
update
Update fields on an existing, active Rate Card Subscription.- Throws:
StripeException
-
update
public RateCardSubscription update(String id, RateCardSubscriptionUpdateParams params, RequestOptions options) throws StripeException Update fields on an existing, active Rate Card Subscription.- Throws:
StripeException
-
cancel
Cancel an existing, active Rate Card Subscription.- Throws:
StripeException
-
cancel
Cancel an existing, active Rate Card Subscription.- Throws:
StripeException
-