getCurrencyCode method
API to return the currency code. ISO 4217 currency code (example: USD, KRW, EUR, and so on).
Return Currency code.
Implementation
String? getCurrencyCode(){
return currencyCode;
}
API to return the currency code. ISO 4217 currency code (example: USD, KRW, EUR, and so on).
Return Currency code.
String? getCurrencyCode(){
return currencyCode;
}