interface DiscountCoupon {
    description?: string;
}

Properties

Properties

description?: string

The description of the coupon.