getDiscountAmount method

double? getDiscountAmount()

Implementation

double? getDiscountAmount() {
  return this.discountAmount;
}