Class CouponItemized

Hierarchy

  • CouponItemized

Implements

Constructors

Properties

coupon: Coupon = ...

A snapshot of coupon at the time of purchase

employee_uid: string = ""

Employee unique id

guid: string = ""

Coupon itemized guid

is_expired: boolean = false

If coupons are expired

is_generated: boolean = false

If the coupon is generated instead of purchase

is_multi_stores?: boolean = false

If this coupon can be used for multiple stores, default: false

is_redeemed: boolean = false

If the coupons are fully redeemed

promo_code: string = ""

Promotion code which is used to look up the coupon

usage: CouponUsage = ...

Coupon usage record if it is redeemed

Generated using TypeDoc