Skip to main content

Interface: Bundle

Defined in: type/Bundle.ts:7

Object class for Bundle

Properties

condition?

optional condition?: BundleCondition

Defined in: type/Bundle.ts:17

Discount condition for this bundle. Discount can be applied for Extra Products (EP) or All Products (ALL).


createdAt?

optional createdAt?: string

Defined in: type/Bundle.ts:23

Bundle creation date [default: now]


createdBy?

optional createdBy?: number

Defined in: type/Bundle.ts:25

Bundle creator


description?

optional description?: string

Defined in: type/Bundle.ts:13

Bundle description


discount?

optional discount?: number

Defined in: type/Bundle.ts:15

Bundle discount amount


id

id: string

Defined in: type/Bundle.ts:9

Bundle primary identifier


items?

optional items?: BundleItem[]

Defined in: type/Bundle.ts:21

Items in the bundle.


lastModifiedAt?

optional lastModifiedAt?: string

Defined in: type/Bundle.ts:27

Last modified date


lastModifiedBy?

optional lastModifiedBy?: number

Defined in: type/Bundle.ts:29

Last modified by


name?

optional name?: string

Defined in: type/Bundle.ts:11

Bundle name


price?

optional price?: BundlePrice

Defined in: type/Bundle.ts:19

Bundle price