GitHub

DaffCompositeConfigurationItem

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

import { DaffCompositeConfigurationItem } from '@daffodil/product-composite'
interface DaffCompositeConfigurationItem {
  qty: number
  value: ID
}

Properties

Name Type Description
qty number

The quantity chosen for the configuration of the DaffCompositeProductItem.

value ID

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