getCurrency method

String getCurrency()

获取currency的方法

Implementation

String getCurrency() {
    return currency;
  }