Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppliedCouponCode

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:applied_coupon_code"
links: { fx:cart: Cart; fx:coupon: Coupon; fx:coupon_code: CouponCode; fx:store: Backend.Rels.Store; self: AppliedCouponCode }

Type declaration

props: { code: string; date_created: null | string; date_modified: null | string; ignore_usage_limits?: boolean }

Type declaration

  • code: string

    The coupon code applied to this cart.

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • Optional ignore_usage_limits?: boolean

    Allow the coupon to be added to the cart, even if it has expired or the number of uses per coupon, code or customer has reached their maximums. This value is available only in POST request body.

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

Generated using TypeDoc