MockMagentoBundledProduct
import { MockMagentoBundledProduct } from '@daffodil/product-composite/driver/magento/testing'
class MockMagentoBundledProduct extends MockMagentoCoreProduct implements MagentoBundledProduct {
__typename: MagentoProductTypeEnum.BundledProduct
items: this.createBundleItems()
protected createBundleItems(): MagentoBundledProductItem[]
}
Properties
Name | Type | Description |
---|---|---|
__typename | MagentoProductTypeEnum.BundledProduct | |
items | this.createBundleItems() | |
createBundleItems | MagentoBundledProductItem[] |