public class TaxCategoryCode extends CodeValidation
| Modifier and Type | Field and Description |
|---|---|
static String |
EXEMPT_FROM_TAX
The Constant EXEMPT_FROM_TAX.
|
static String |
INTRA_COMMUNITY_SUPPLY
The Constant INTRA_COMMUNITY_SUPPLY.
|
static String |
OUTSIDE_SCOPE
The Constant OUTSIDE_SCOPE.
|
static String |
STANDARD_RATE
The Constant STANDARD_RATE.
|
static String |
VAT_REVERSE_CHARGE
The Constant VAT_REVERSE_CHARGE.
|
static String |
ZERO_RATED_GOODS
The Constant ZERO_RATED_GOODS.
|
| Constructor and Description |
|---|
TaxCategoryCode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(String code)
Checks if a specific code is valid.
|
check, isLowercase, isNumeric, isUppercasepublic static final String VAT_REVERSE_CHARGE
public static final String EXEMPT_FROM_TAX
public static final String ZERO_RATED_GOODS
public static final String OUTSIDE_SCOPE
public static final String INTRA_COMMUNITY_SUPPLY
public static final String STANDARD_RATE
public boolean isValid(String code)
CodeValidationisValid in class CodeValidationcode - the value you want to checkCopyright © 1998–2018 iText Group NV. All rights reserved.