getCurrencies method

dynamic getCurrencies()

Implementation

getCurrencies() {
  currencies = serviceController.paymentDetails['data']['currencies'];
  return currencies;
}