Package com.stripe.param
Class SubscriptionScheduleAmendParams.Prebilling
java.lang.Object
com.stripe.param.SubscriptionScheduleAmendParams.Prebilling
- Enclosing class:
- SubscriptionScheduleAmendParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic enumstatic enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe beginning of the prebilled time period.The end of the prebilled time period.Map of extra parameters for custom features not available in this client library.When the prebilling invoice should be created.Whether to cancel or preserveprebillingif the subscription is updated during the prebilled period.inthashCode()
-
Method Details
-
builder
-
getBillFrom
The beginning of the prebilled time period. The default value isnow. -
getBillUntil
The end of the prebilled time period. -
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. -
getInvoiceAt
When the prebilling invoice should be created. The default value isnow. -
getUpdateBehavior
Whether to cancel or preserveprebillingif the subscription is updated during the prebilled period. The default value isreset. -
equals
-
canEqual
-
hashCode
public int hashCode()
-