getCurrencyCode method

String? getCurrencyCode()

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;
}