@Deprecated public class TaxIDTypeCode extends CodeValidation
| Modifier and Type | Field and Description |
|---|---|
static String |
FISCAL_NUMBER
Deprecated.
|
static String |
VAT
Deprecated.
|
| Constructor and Description |
|---|
TaxIDTypeCode()
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 VAT
public static final String FISCAL_NUMBER
public boolean isValid(String code)
CodeValidationisValid in class CodeValidationcode - the value you want to checkCopyright © 2023. All rights reserved.