Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DiscountDetail

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:discount_detail"
links: { fx:item: Backend.Rels.Item; fx:store: Backend.Rels.Store; fx:transaction: Backend.Rels.Transaction; self: DiscountDetail }

Type declaration

props: { amount_per: number; 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.

  • 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