getAmount method

String? getAmount()

Implementation

String? getAmount() {
  return amount;
}