Package com.stripe.param
Enum Class InvoiceLineItemUpdateParams.TaxAmount.TaxRateData.TaxType
java.lang.Object
java.lang.Enum<InvoiceLineItemUpdateParams.TaxAmount.TaxRateData.TaxType>
com.stripe.param.InvoiceLineItemUpdateParams.TaxAmount.TaxRateData.TaxType
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<InvoiceLineItemUpdateParams.TaxAmount.TaxRateData.TaxType>
,Constable
- Enclosing class:
- InvoiceLineItemUpdateParams.TaxAmount.TaxRateData
public static enum InvoiceLineItemUpdateParams.TaxAmount.TaxRateData.TaxType
extends Enum<InvoiceLineItemUpdateParams.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 InvoiceLineItemUpdateParams.TaxAmount.TaxRateData.TaxType AMUSEMENT_TAX -
COMMUNICATIONS_TAX
@SerializedName("communications_tax") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxRateData.TaxType COMMUNICATIONS_TAX -
GST
@SerializedName("gst") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxRateData.TaxType GST -
HST
@SerializedName("hst") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxRateData.TaxType HST -
IGST
@SerializedName("igst") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxRateData.TaxType IGST -
JCT
@SerializedName("jct") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxRateData.TaxType JCT -
LEASE_TAX
@SerializedName("lease_tax") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxRateData.TaxType LEASE_TAX -
PST
@SerializedName("pst") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxRateData.TaxType PST -
QST
@SerializedName("qst") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxRateData.TaxType QST -
RST
@SerializedName("rst") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxRateData.TaxType RST -
SALES_TAX
@SerializedName("sales_tax") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxRateData.TaxType SALES_TAX -
VAT
@SerializedName("vat") public static final InvoiceLineItemUpdateParams.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
-