Package com.stripe.param
Class SubscriptionScheduleCreateParams
- java.lang.Object
-
- com.stripe.net.ApiRequestParams
-
- com.stripe.param.SubscriptionScheduleCreateParams
-
public class SubscriptionScheduleCreateParams extends ApiRequestParams
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SubscriptionScheduleCreateParams.Billing
static class
SubscriptionScheduleCreateParams.BillingThresholds
static class
SubscriptionScheduleCreateParams.Builder
static class
SubscriptionScheduleCreateParams.InvoiceSettings
Indicates if the `billing_cycle_anchor` should be reset when a threshold is reached.static class
SubscriptionScheduleCreateParams.Phase
Add all map key/value pairs to `extraParams` map.static class
SubscriptionScheduleCreateParams.RenewalBehavior
static class
SubscriptionScheduleCreateParams.RenewalInterval
Usage threshold that triggers the subscription to advance to a new billing period.static class
SubscriptionScheduleCreateParams.StartDate
-
Nested classes/interfaces inherited from class com.stripe.net.ApiRequestParams
ApiRequestParams.EnumParam
-
-
Field Summary
-
Fields inherited from class com.stripe.net.ApiRequestParams
EXTRA_PARAMS_KEY
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SubscriptionScheduleCreateParams.Builder
builder()
-
Methods inherited from class com.stripe.net.ApiRequestParams
toMap
-
-
-
-
Method Detail
-
builder
public static SubscriptionScheduleCreateParams.Builder builder()
-
-