public enum TaxOverrideTypeId extends java.lang.Enum<TaxOverrideTypeId>
| Enum Constant and Description |
|---|
AccruedTaxAmount
No comment data provided
|
DeriveTaxable
No comment data provided
|
Exemption
No comment data provided
|
None
No comment data provided
|
TaxAmount
No comment data provided
|
TaxDate
No comment data provided
|
| Modifier and Type | Method and Description |
|---|---|
static TaxOverrideTypeId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TaxOverrideTypeId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaxOverrideTypeId None
public static final TaxOverrideTypeId TaxAmount
public static final TaxOverrideTypeId Exemption
public static final TaxOverrideTypeId TaxDate
public static final TaxOverrideTypeId AccruedTaxAmount
public static final TaxOverrideTypeId DeriveTaxable
public static TaxOverrideTypeId[] values()
for (TaxOverrideTypeId c : TaxOverrideTypeId.values()) System.out.println(c);
public static TaxOverrideTypeId valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null