Interface: UseProductBundlesBundleItem
Defined in: composables/react/useProductBundles.ts:12
A product bundle with its constituent products and pricing.
Properties
bundleTotal?
optionalbundleTotal?:number
Defined in: composables/react/useProductBundles.ts:24
Discounted total price of the bundle.
discount?
optionaldiscount?:number
Defined in: composables/react/useProductBundles.ts:20
Discount applied to the bundle.
id
id:
number
Defined in: composables/react/useProductBundles.ts:14
Bundle id.
name
name:
string
Defined in: composables/react/useProductBundles.ts:16
Bundle display name.
originalTotal?
optionaloriginalTotal?:number
Defined in: composables/react/useProductBundles.ts:22
Sum of the products' individual prices.
products
products:
Product[]
Defined in: composables/react/useProductBundles.ts:18
Products that make up the bundle.