getAmount method

dynamic getAmount()

Implementation

getAmount() {
  amount.value = serviceController.paymentDetails['data']['amount'];
  return amount;
}