getCurrency method

String? getCurrency()

Implementation

String? getCurrency() {
  return currency;
}