interface Discount {
    amount: number;
    id: string;
    type: constants.bookings.CouponType;
}

Properties

Properties

amount: number
id: string