Package com.stripe.param
Enum Class InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason
java.lang.Object
java.lang.Enum<InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason>
com.stripe.param.InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason>
,Constable
- Enclosing class:
- InvoiceLineItemUpdateParams.TaxAmount
public static enum InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason
extends Enum<InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason>
implements ApiRequestParams.EnumParam
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
CUSTOMER_EXEMPT
@SerializedName("customer_exempt") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason CUSTOMER_EXEMPT -
NOT_COLLECTING
@SerializedName("not_collecting") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason NOT_COLLECTING -
NOT_SUBJECT_TO_TAX
@SerializedName("not_subject_to_tax") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason NOT_SUBJECT_TO_TAX -
NOT_SUPPORTED
@SerializedName("not_supported") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason NOT_SUPPORTED -
PORTION_PRODUCT_EXEMPT
@SerializedName("portion_product_exempt") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason PORTION_PRODUCT_EXEMPT -
PORTION_REDUCED_RATED
@SerializedName("portion_reduced_rated") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason PORTION_REDUCED_RATED -
PORTION_STANDARD_RATED
@SerializedName("portion_standard_rated") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason PORTION_STANDARD_RATED -
PRODUCT_EXEMPT
@SerializedName("product_exempt") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason PRODUCT_EXEMPT -
PRODUCT_EXEMPT_HOLIDAY
@SerializedName("product_exempt_holiday") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason PRODUCT_EXEMPT_HOLIDAY -
PROPORTIONALLY_RATED
@SerializedName("proportionally_rated") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason PROPORTIONALLY_RATED -
REDUCED_RATED
@SerializedName("reduced_rated") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason REDUCED_RATED -
REVERSE_CHARGE
@SerializedName("reverse_charge") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason REVERSE_CHARGE -
STANDARD_RATED
@SerializedName("standard_rated") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason STANDARD_RATED -
TAXABLE_BASIS_REDUCED
@SerializedName("taxable_basis_reduced") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason TAXABLE_BASIS_REDUCED -
ZERO_RATED
@SerializedName("zero_rated") public static final InvoiceLineItemUpdateParams.TaxAmount.TaxabilityReason ZERO_RATED
-
-
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
-