public class TapCurrency
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
isoCode |
Constructor and Description |
---|
TapCurrency(java.lang.String isoCode)
Instantiates a new Tap currency.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIsoCode()
Gets iso code.
|
public TapCurrency(@NonNull java.lang.String isoCode) throws CurrencyException
isoCode
- the iso codeCurrencyException
- the currency exception