Package com.stripe.param
Class QuoteUpdateParams.Line.CancelSubscriptionSchedule
java.lang.Object
com.stripe.param.QuoteUpdateParams.Line.CancelSubscriptionSchedule
- Enclosing class:
- QuoteUpdateParams.Line
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Required. Timestamp helper to cancel the underlying schedule on the accompanying line's start date.Map of extra parameters for custom features not available in this client library.If the subscription schedule isactive
, indicates if a final invoice will be generated that contains any un-invoiced metered usage and new/pending proration invoice items.If the subscription schedule isactive
, indicates if the cancellation should be prorated.int
hashCode()
-
Method Details
-
builder
-
getCancelAt
Required. Timestamp helper to cancel the underlying schedule on the accompanying line's start date. Must be set toline_starts_at
. -
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. -
getInvoiceNow
If the subscription schedule isactive
, indicates if a final invoice will be generated that contains any un-invoiced metered usage and new/pending proration invoice items. Boolean that defaults totrue
. -
getProrate
If the subscription schedule isactive
, indicates if the cancellation should be prorated. Boolean that defaults totrue
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-