Package com.stripe.param
Enum Class InvoiceUpdateLinesParams.Line.TaxAmount.TaxRateData.TaxType
java.lang.Object
java.lang.Enum<InvoiceUpdateLinesParams.Line.TaxAmount.TaxRateData.TaxType>
com.stripe.param.InvoiceUpdateLinesParams.Line.TaxAmount.TaxRateData.TaxType
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<InvoiceUpdateLinesParams.Line.TaxAmount.TaxRateData.TaxType>
,Constable
- Enclosing class:
- InvoiceUpdateLinesParams.Line.TaxAmount.TaxRateData
public static enum InvoiceUpdateLinesParams.Line.TaxAmount.TaxRateData.TaxType
extends Enum<InvoiceUpdateLinesParams.Line.TaxAmount.TaxRateData.TaxType>
implements ApiRequestParams.EnumParam
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
-
Enum Constant Details
-
AMUSEMENT_TAX
@SerializedName("amusement_tax") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxRateData.TaxType AMUSEMENT_TAX -
COMMUNICATIONS_TAX
@SerializedName("communications_tax") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxRateData.TaxType COMMUNICATIONS_TAX -
GST
@SerializedName("gst") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxRateData.TaxType GST -
HST
@SerializedName("hst") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxRateData.TaxType HST -
IGST
@SerializedName("igst") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxRateData.TaxType IGST -
JCT
@SerializedName("jct") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxRateData.TaxType JCT -
LEASE_TAX
@SerializedName("lease_tax") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxRateData.TaxType LEASE_TAX -
PST
@SerializedName("pst") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxRateData.TaxType PST -
QST
@SerializedName("qst") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxRateData.TaxType QST -
RST
@SerializedName("rst") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxRateData.TaxType RST -
SALES_TAX
@SerializedName("sales_tax") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxRateData.TaxType SALES_TAX -
VAT
@SerializedName("vat") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxRateData.TaxType VAT
-
-
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
-