Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:coupon_code"
links: { fx:coupon: Coupon; fx:coupon_code_transactions: CouponCodeTransactions; fx:store: Backend.Rels.Store; self: CouponCode }

Type declaration

props: { code: string; date_created: null | string; date_modified: null | string; number_of_uses_to_date: number }

Type declaration

  • code: string

    The string value of this coupon code which your customer will add to their cart to use this coupon.

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • number_of_uses_to_date: number

    For informational purposes, this shows you how many times this coupon code has already been used.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc