public enum MatchingTaxType extends java.lang.Enum<MatchingTaxType>
| Enum Constant and Description |
|---|
All
No comment data provided
|
BothSalesAndUseTax
No comment data provided
|
Bottle
No comment data provided
|
ConsumersUseAndSellersUseTax
No comment data provided
|
ConsumerUseAndSalesTax
No comment data provided
|
ConsumerUseTax
No comment data provided
|
Excise
No comment data provided
|
Fee
No comment data provided
|
Lodging
No comment data provided
|
Rental
No comment data provided
|
SalesTax
No comment data provided
|
UseTax
No comment data provided
|
VATInputTax
No comment data provided
|
VATNonrecoverableInputTax
No comment data provided
|
VATOutputTax
No comment data provided
|
| Modifier and Type | Method and Description |
|---|---|
static MatchingTaxType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MatchingTaxType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatchingTaxType Excise
public static final MatchingTaxType Lodging
public static final MatchingTaxType Bottle
public static final MatchingTaxType All
public static final MatchingTaxType BothSalesAndUseTax
public static final MatchingTaxType ConsumerUseTax
public static final MatchingTaxType ConsumersUseAndSellersUseTax
public static final MatchingTaxType ConsumerUseAndSalesTax
public static final MatchingTaxType Fee
public static final MatchingTaxType VATInputTax
public static final MatchingTaxType VATNonrecoverableInputTax
public static final MatchingTaxType VATOutputTax
public static final MatchingTaxType Rental
public static final MatchingTaxType SalesTax
public static final MatchingTaxType UseTax
public static MatchingTaxType[] values()
for (MatchingTaxType c : MatchingTaxType.values()) System.out.println(c);
public static MatchingTaxType 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