putCurrency method

void putCurrency(
  1. String currency
)

Implementation

void putCurrency(String currency) {
  __map["currency"] = currency;
}