interface BookingDiscount {
    discountedAmount: number;
    totalDue: number;
    type: constants.bookings.CouponType;
}

Properties

discountedAmount: number
totalDue: number