Interface IDiscountCoupon

Hierarchy

  • IDiscountCoupon

Properties

coupon_id: string
discount_amount: {
    currency: string;
    value: string;
}

Type declaration

  • currency: string
  • value: string
discount_percent: number
discount_type: "relative" | "absolute"
status: "active" | "not valid"
valid_from: string
valid_till: string

Generated using TypeDoc