Package com.stripe.param
Class SubscriptionCreateParams.Item
- java.lang.Object
-
- com.stripe.param.SubscriptionCreateParams.Item
-
- Enclosing class:
- SubscriptionCreateParams
public static class SubscriptionCreateParams.Item extends java.lang.Object
Indicates if the `billing_cycle_anchor` should be reset when a threshold is reached. If true, `billing_cycle_anchor` will be updated to the date/time the threshold was last reached; otherwise, the value will remain unchanged.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SubscriptionCreateParams.Item.BillingThresholds
static class
SubscriptionCreateParams.Item.Builder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SubscriptionCreateParams.Item.Builder
builder()
-
-
-
Method Detail
-
builder
public static SubscriptionCreateParams.Item.Builder builder()
-
-