Package com.stripe.param
Enum Class QuoteUpdateParams.Line.StartsAt.Type
java.lang.Object
java.lang.Enum<QuoteUpdateParams.Line.StartsAt.Type>
com.stripe.param.QuoteUpdateParams.Line.StartsAt.Type
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<QuoteUpdateParams.Line.StartsAt.Type>
,Constable
- Enclosing class:
- QuoteUpdateParams.Line.StartsAt
public static enum QuoteUpdateParams.Line.StartsAt.Type
extends Enum<QuoteUpdateParams.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.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Returns the enum constant of this class with the specified name.static QuoteUpdateParams.Line.StartsAt.Type[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DISCOUNT_END
@SerializedName("discount_end") public static final QuoteUpdateParams.Line.StartsAt.Type DISCOUNT_END -
LINE_ENDS_AT
@SerializedName("line_ends_at") public static final QuoteUpdateParams.Line.StartsAt.Type LINE_ENDS_AT -
NOW
-
QUOTE_ACCEPTANCE_DATE
@SerializedName("quote_acceptance_date") public static final QuoteUpdateParams.Line.StartsAt.Type QUOTE_ACCEPTANCE_DATE -
SCHEDULE_END
@SerializedName("schedule_end") public static final QuoteUpdateParams.Line.StartsAt.Type SCHEDULE_END -
TIMESTAMP
-
UPCOMING_INVOICE
@SerializedName("upcoming_invoice") public static final QuoteUpdateParams.Line.StartsAt.Type UPCOMING_INVOICE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
- Specified by:
getValue
in interfaceApiRequestParams.EnumParam
-