Package com.stripe.param
Class SubscriptionScheduleCreateParams.Prebilling
java.lang.Object
com.stripe.param.SubscriptionScheduleCreateParams.Prebilling
- Enclosing class:
- SubscriptionScheduleCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanMap of extra parameters for custom features not available in this client library.Required. This is used to determine the number of billing cycles to prebill.Whether to cancel or preserveprebillingif the subscription is updated during the prebilled period.inthashCode()
-
Method Details
-
builder
-
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. -
getIterations
Required. This is used to determine the number of billing cycles to prebill. -
getUpdateBehavior
Whether to cancel or preserveprebillingif the subscription is updated during the prebilled period. The default value isreset. -
equals
-
canEqual
-
hashCode
public int hashCode()
-