Class SpendModifierRuleService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.billing.cadences.SpendModifierRuleService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList all Spend Modifiers associated with a Billing Cadence.list(String cadenceId, RequestOptions options) List all Spend Modifiers associated with a Billing Cadence.list(String cadenceId, SpendModifierRuleListParams params) List all Spend Modifiers associated with a Billing Cadence.list(String cadenceId, SpendModifierRuleListParams params, RequestOptions options) List all Spend Modifiers associated with a Billing Cadence.Retrieve a Spend Modifier associated with a Billing Cadence.retrieve(String cadenceId, String id, RequestOptions options) Retrieve a Spend Modifier associated with a Billing Cadence.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
SpendModifierRuleService
-
-
Method Details
-
list
public StripeCollection<CadenceSpendModifier> list(String cadenceId, SpendModifierRuleListParams params) throws StripeException List all Spend Modifiers associated with a Billing Cadence.- Throws:
StripeException
-
list
public StripeCollection<CadenceSpendModifier> list(String cadenceId, RequestOptions options) throws StripeException List all Spend Modifiers associated with a Billing Cadence.- Throws:
StripeException
-
list
List all Spend Modifiers associated with a Billing Cadence.- Throws:
StripeException
-
list
public StripeCollection<CadenceSpendModifier> list(String cadenceId, SpendModifierRuleListParams params, RequestOptions options) throws StripeException List all Spend Modifiers associated with a Billing Cadence.- Throws:
StripeException
-
retrieve
Retrieve a Spend Modifier associated with a Billing Cadence.- Throws:
StripeException
-
retrieve
public CadenceSpendModifier retrieve(String cadenceId, String id, RequestOptions options) throws StripeException Retrieve a Spend Modifier associated with a Billing Cadence.- Throws:
StripeException
-