Enum Class QuoteCreateParams.Line.StartsAt.Type

java.lang.Object
java.lang.Enum<QuoteCreateParams.Line.StartsAt.Type>
com.stripe.param.QuoteCreateParams.Line.StartsAt.Type
All Implemented Interfaces:
ApiRequestParams.EnumParam, Serializable, Comparable<QuoteCreateParams.Line.StartsAt.Type>, Constable
Enclosing class:
QuoteCreateParams.Line.StartsAt

public static enum QuoteCreateParams.Line.StartsAt.Type extends Enum<QuoteCreateParams.Line.StartsAt.Type> implements ApiRequestParams.EnumParam
The position of the previous quote line in the lines 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.