Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PurchaseItemOption

Represents add-ons or sub-items.

Hierarchy

  • PurchaseItemOption

Properties

Optional id

id: undefined | string

For options that are items, unique item id.

Optional name

name: undefined | string

Option name.

Optional note

note: undefined | string

Note related to the option.

Optional prices

prices: PriceAttribute[]

Option total price.

Optional productId

productId: undefined | string

Product or offer id associated with this option.

Optional quantity

quantity: undefined | number

For options that are items, quantity.

Optional subOptions

subOptions: PurchaseItemOption[]

To define other nested sub options.

Generated using TypeDoc