GitHub

DaffCompositeConfigurationItem

import { DaffCompositeConfigurationItem } from '@daffodil/product-composite'

An object to denote the configuration chosen for a particular DaffCompositeProductItem.

interface DaffCompositeConfigurationItem {
  qty: number
  value: string
}

Properties

qty
number

The quantity chosen for the configuration of the DaffCompositeProductItem.

value
string

The value of the DaffCompositeProductItemOption chosen for the configuration of the DaffCompositeProductItem.