getAmount method

double getAmount ()

Implementation

double getAmount() {
  return this.amount;
}