Alokai

BundleTemplate

Description of a bundle component related to a product BundleTemplate

export interface BundleTemplate {
	'id': string;
	'name'?: string;
	'rootBundleTemplateName'?: string;
}

Properties

NameRequiredTypeDescription
idRequiredstringId of this bundle template {string} BundleTemplate
nameOptionalstringName of this bundle template {string} BundleTemplate
rootBundleTemplateNameOptionalstringName of the root bundle template within the bundle tree structure {string} BundleTemplate

On this page