Package com.stripe.param
Class SubscriptionUpdateParams.Item
- java.lang.Object
-
- com.stripe.param.SubscriptionUpdateParams.Item
-
- Enclosing class:
- SubscriptionUpdateParams
public static class SubscriptionUpdateParams.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
SubscriptionUpdateParams.Item.BillingThresholds
static class
SubscriptionUpdateParams.Item.Builder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SubscriptionUpdateParams.Item.Builder
builder()
-
-
-
Method Detail
-
builder
public static SubscriptionUpdateParams.Item.Builder builder()
-
-