Package com.stripe.param
Class QuoteUpdateParams.SubscriptionDataOverride.BillOnAcceptance.BillFrom.LineStartsAt
java.lang.Object
com.stripe.param.QuoteUpdateParams.SubscriptionDataOverride.BillOnAcceptance.BillFrom.LineStartsAt
- Enclosing class:
- QuoteUpdateParams.SubscriptionDataOverride.BillOnAcceptance.BillFrom
public static class QuoteUpdateParams.SubscriptionDataOverride.BillOnAcceptance.BillFrom.LineStartsAt
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Map of extra parameters for custom features not available in this client library.getId()
The ID of a quote line.getIndex()
The position of the previous quote line in thelines
array after which this line should begin.int
hashCode()
-
Method Details
-
builder
public static QuoteUpdateParams.SubscriptionDataOverride.BillOnAcceptance.BillFrom.LineStartsAt.Builder 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. -
getId
The ID of a quote line. -
getIndex
The position of the previous quote line in thelines
array after which this line should begin. Indexes start from 0 and must be less than the index of the current line in the array. -
equals
-
canEqual
-
hashCode
public int hashCode()
-