public enum MatchingTaxType extends java.lang.Enum<MatchingTaxType>
| Enum Constant and Description |
|---|
All
Match all tax types
|
BothSalesAndUseTax
Match both Sales and Use Tax only
|
Bottle
Match bottle tax type
|
ConsumersUseAndSellersUseTax
Match both Consumer Use and Seller's Use Tax types
|
ConsumerUseAndSalesTax
Match both Consumer Use and Sales Tax types
|
ConsumerUseTax
Match Consumer Use Tax only
|
E
Match medical excise type
|
Fee
Match Fee tax types only
|
Lodging
Match Lodging tax type
|
Rental
Match Rental tax types only
|
RentToOwn
Match RentToOwn tax type
|
SalesTax
Match Sales Tax only
|
UseTax
Match Seller's Use Tax only
|
VATInputTax
Match VAT Input Tax only
|
VATNonrecoverableInputTax
Match VAT Nonrecoverable Input Tax only
|
VATOutputTax
Match VAT Output Tax only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static MatchingTaxType |
valueOf(int intValue) |
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 E
public static final MatchingTaxType Lodging
public static final MatchingTaxType Bottle
public static final MatchingTaxType RentToOwn
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 nullpublic static MatchingTaxType valueOf(int intValue)
public int getValue()