Package com.stripe.param
Class QuoteCreateParams.Line.AppliesTo
java.lang.Object
com.stripe.param.QuoteCreateParams.Line.AppliesTo
- Enclosing class:
- QuoteCreateParams.Line
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Map of extra parameters for custom features not available in this client library.A custom string that identifies a new subscription schedule being created upon quote acceptance.The ID of the schedule the line applies to.getType()
Required. Describes whether the quote line is affecting a new schedule or an existing schedule.
-
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@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. -
getNewReference
A custom string that identifies a new subscription schedule being created upon quote acceptance. All quote lines with the samenew_reference
field will be applied to the creation of a new subscription schedule. -
getSubscriptionSchedule
The ID of the schedule the line applies to. -
getType
Required. Describes whether the quote line is affecting a new schedule or an existing schedule.
-