MagentoOrderBundleItemSelectedOption
import { MagentoOrderBundleItemSelectedOption } from '@daffodil/order/driver/magento/2-4-1'
interface MagentoOrderBundleItemSelectedOption {
__typename: string
label: string
values: MagentoOrderBundleItemSelectedOptionValue[]
}
Properties
Name | Type | Description |
---|---|---|
__typename | string | |
label | string | |
values | MagentoOrderBundleItemSelectedOptionValue[] |