@Deprecated public class TaxTypeCode extends CodeValidation
| Modifier and Type | Field and Description |
|---|---|
static String |
INSURANCE_TAX
Deprecated.
|
static String |
TAX_ON_REPLACEMENT_PART
Deprecated.
|
static String |
VALUE_ADDED_TAX
Deprecated.
|
| Constructor and Description |
|---|
TaxTypeCode()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(String code)
Deprecated.
Checks if a specific code is valid.
|
check, isLowercase, isNumeric, isUppercasepublic static final String VALUE_ADDED_TAX
public static final String INSURANCE_TAX
public static final String TAX_ON_REPLACEMENT_PART
public boolean isValid(String code)
CodeValidationisValid in class CodeValidationcode - the value you want to checkCopyright © 2023. All rights reserved.