Package com.stripe.param
Enum Class InvoiceUpdateLinesParams.Line.TaxAmount.TaxabilityReason
java.lang.Object
java.lang.Enum<InvoiceUpdateLinesParams.Line.TaxAmount.TaxabilityReason>
com.stripe.param.InvoiceUpdateLinesParams.Line.TaxAmount.TaxabilityReason
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<InvoiceUpdateLinesParams.Line.TaxAmount.TaxabilityReason>
,Constable
- Enclosing class:
- InvoiceUpdateLinesParams.Line.TaxAmount
public static enum InvoiceUpdateLinesParams.Line.TaxAmount.TaxabilityReason
extends Enum<InvoiceUpdateLinesParams.Line.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 InvoiceUpdateLinesParams.Line.TaxAmount.TaxabilityReason CUSTOMER_EXEMPT -
NOT_COLLECTING
@SerializedName("not_collecting") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxabilityReason NOT_COLLECTING -
NOT_SUBJECT_TO_TAX
@SerializedName("not_subject_to_tax") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxabilityReason NOT_SUBJECT_TO_TAX -
NOT_SUPPORTED
@SerializedName("not_supported") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxabilityReason NOT_SUPPORTED -
PORTION_PRODUCT_EXEMPT
@SerializedName("portion_product_exempt") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxabilityReason PORTION_PRODUCT_EXEMPT -
PORTION_REDUCED_RATED
@SerializedName("portion_reduced_rated") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxabilityReason PORTION_REDUCED_RATED -
PORTION_STANDARD_RATED
@SerializedName("portion_standard_rated") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxabilityReason PORTION_STANDARD_RATED -
PRODUCT_EXEMPT
@SerializedName("product_exempt") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxabilityReason PRODUCT_EXEMPT -
PRODUCT_EXEMPT_HOLIDAY
@SerializedName("product_exempt_holiday") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxabilityReason PRODUCT_EXEMPT_HOLIDAY -
PROPORTIONALLY_RATED
@SerializedName("proportionally_rated") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxabilityReason PROPORTIONALLY_RATED -
REDUCED_RATED
@SerializedName("reduced_rated") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxabilityReason REDUCED_RATED -
REVERSE_CHARGE
@SerializedName("reverse_charge") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxabilityReason REVERSE_CHARGE -
STANDARD_RATED
@SerializedName("standard_rated") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxabilityReason STANDARD_RATED -
TAXABLE_BASIS_REDUCED
@SerializedName("taxable_basis_reduced") public static final InvoiceUpdateLinesParams.Line.TaxAmount.TaxabilityReason TAXABLE_BASIS_REDUCED -
ZERO_RATED
@SerializedName("zero_rated") public static final InvoiceUpdateLinesParams.Line.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
-