Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

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

Type declaration

props: { date_created: null | string; date_modified: null | string; name: string; price_mod: number; value: string; weight_mod: number }

Type declaration

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • name: string

    The name of this item option.

  • price_mod: number

    The price modifier for this item option. The price of the item in the cart will be adjusted by this amount because of this item option.

  • value: string

    The value of this item option.

  • weight_mod: number

    The weight modifier for this item option. The weight of the item in the cart will be adjusted by this amount because of this item option.

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

Generated using TypeDoc