Package com.stripe.param
Class QuoteCreateParams.SubscriptionData.BillingSchedule
java.lang.Object
com.stripe.param.QuoteCreateParams.SubscriptionData.BillingSchedule
- Enclosing class:
- QuoteCreateParams.SubscriptionData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanConfigure billing schedule differently for individual subscription items.Required. The start of the period to bill from when the Quote is accepted.Required. The end of the period to bill until when the Quote is accepted.Map of extra parameters for custom features not available in this client library.getKey()Specify a key for the billing schedule.inthashCode()
-
Method Details
-
builder
-
getAppliesTo
Configure billing schedule differently for individual subscription items. -
getBillFrom
Required. The start of the period to bill from when the Quote is accepted. -
getBillUntil
Required. The end of the period to bill until when the Quote is accepted. -
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@SerializedNamevalue. 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. -
getKey
Specify a key for the billing schedule. Must be unique to this field, alphanumeric, and up to 200 characters. If not provided, a unique key will be generated. -
equals
-
canEqual
-
hashCode
public int hashCode()
-