public class CurrencyCode extends CodeValidation
| Constructor and Description |
|---|
CurrencyCode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(String code)
The code list provided with the ZUGFeRD standard only lists four codes: EUR, USD, GBP and COP.
|
check, isLowercase, isNumeric, isUppercasepublic boolean isValid(String code)
isValid in class CodeValidation
code - the code to be tested
Copyright © 1998–2021. All rights reserved.