Package com.stripe.param.v2.billing
Class CadenceCreateParams.BillingCycle
java.lang.Object
com.stripe.param.v2.billing.CadenceCreateParams.BillingCycle
- Enclosing class:
- CadenceCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
Required. The second at which the billing cycle ends.static enum
Required. The second at which the billing cycle ends.static class
Required. The second at which the billing cycle ends.static class
Required. The second at which the billing cycle ends. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
getDay()
Specific configuration for determining billing dates when type=day.Map of extra parameters for custom features not available in this client library.The number of intervals (specified in the interval attribute) between cadence billings.getMonth()
Specific configuration for determining billing dates when type=month.getType()
Required. The frequency at which a cadence bills.getWeek()
Specific configuration for determining billing dates when type=week.getYear()
Specific configuration for determining billing dates when type=year.int
hashCode()
-
Method Details
-
builder
-
getDay
Specific configuration for determining billing dates when type=day. -
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. -
getIntervalCount
The number of intervals (specified in the interval attribute) between cadence billings. For example, type=month and interval_count=3 bills every 3 months. If this is not provided, it will default to 1. -
getMonth
Specific configuration for determining billing dates when type=month. -
getType
Required. The frequency at which a cadence bills. -
getWeek
Specific configuration for determining billing dates when type=week. -
getYear
Specific configuration for determining billing dates when type=year. -
equals
-
canEqual
-
hashCode
public int hashCode()
-