Package com.stripe.param
Class QuoteCreateParams.SubscriptionDataOverride.BillOnAcceptance.BillFrom.LineStartsAt
java.lang.Object
com.stripe.param.QuoteCreateParams.SubscriptionDataOverride.BillOnAcceptance.BillFrom.LineStartsAt
- Enclosing class:
- QuoteCreateParams.SubscriptionDataOverride.BillOnAcceptance.BillFrom
public static class QuoteCreateParams.SubscriptionDataOverride.BillOnAcceptance.BillFrom.LineStartsAt
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanMap 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 thelinesarray after which this line should begin.inthashCode()
-
Method Details
-
builder
public static QuoteCreateParams.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@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. -
getId
The ID of a quote line. -
getIndex
The position of the previous quote line in thelinesarray 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()
-