Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PurchaseItemOption

Represents add-ons or sub-items.

Hierarchy

  • PurchaseItemOption

Properties

Optional id

id: string

For options that are items, unique item id.

Optional name

name: string

Option name.

Optional note

note: string

Note related to the option.

Optional prices

prices: PriceAttribute[]

Option total price.

Optional productId

productId: string

Product or offer id associated with this option.

Optional quantity

quantity: number

For options that are items, quantity.

Optional subOptions

subOptions: PurchaseItemOption[]

To define other nested sub options.

Generated using TypeDoc