Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:coupon_detail"
links: { fx:coupon: Coupon; fx:coupon_code: CouponCode; fx:item: Backend.Rels.Item; fx:store: Backend.Rels.Store; fx:transaction: Backend.Rels.Transaction; self: CouponDetail }

Type declaration

props: { amount_per: number; code: string; date_created: null | string; date_modified: null | string; id: string; name: string }

Type declaration

  • amount_per: number

    The amount of discount applied to this item.

  • code: string

    The original coupon code used for this discount.

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • id: string

    The ID of this coupon detail.

  • name: string

    The original coupon name used for this discount.

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

Generated using TypeDoc