Package com.stripe.param
Class SubscriptionCreateParams.BillingCycleAnchorConfig
java.lang.Object
com.stripe.param.SubscriptionCreateParams.BillingCycleAnchorConfig
- Enclosing class:
- SubscriptionCreateParams
Required. Type of the account referenced in the request.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Required. The day of the month the billing_cycle_anchor should be.Map of extra parameters for custom features not available in this client library.getHour()
The hour of the day the billing_cycle_anchor should be.The minute of the hour the billing_cycle_anchor should be.getMonth()
The month to start full cycle billing periods.The second of the minute the billing_cycle_anchor should be.
-
Method Details
-
builder
-
getDayOfMonth
Required. The day of the month the billing_cycle_anchor should be. Ranges from 1 to 31. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getHour
The hour of the day the billing_cycle_anchor should be. Ranges from 0 to 23. -
getMinute
The minute of the hour the billing_cycle_anchor should be. Ranges from 0 to 59. -
getMonth
The month to start full cycle billing periods. Ranges from 1 to 12. -
getSecond
The second of the minute the billing_cycle_anchor should be. Ranges from 0 to 59.
-