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
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Required. The day of the month the anchor should be.Map of extra parameters for custom features not available in this client library.getHour()
The hour of the day the anchor should be.The minute of the hour the anchor should be.getMonth()
The month to start full cycle periods.The second of the minute the anchor should be.int
hashCode()
-
Method Details
-
builder
-
getDayOfMonth
Required. The day of the month the 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 anchor should be. Ranges from 0 to 23. -
getMinute
The minute of the hour the anchor should be. Ranges from 0 to 59. -
getMonth
The month to start full cycle periods. Ranges from 1 to 12. -
getSecond
The second of the minute the anchor should be. Ranges from 0 to 59. -
equals
-
canEqual
-
hashCode
public int hashCode()
-