Skip to main content

Interface: UseProductBundlesBundleItem

Defined in: composables/react/useProductBundles.ts:12

A product bundle with its constituent products and pricing.

Properties

bundleTotal?

optional bundleTotal?: number

Defined in: composables/react/useProductBundles.ts:24

Discounted total price of the bundle.


discount?

optional discount?: 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?

optional originalTotal?: 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.