DaffCompositeCartItemOption
A composite product option in a cart item.
import { DaffCompositeCartItemOption } from '@daffodil/cart'
interface DaffCompositeCartItemOption {
option_label: string
value_label: string
}
Properties
Name | Type | Description |
---|---|---|
option_label | string | A human-readable label for the option. |
value_label | string | A human-readable label for the particular value chosen for the option. |