Alokai

CCPGroupOverview

Representation of a group in the context of the product configuration overview CCPGroupOverview

export interface CCPGroupOverview {
	'characteristicValues'?: Array<CCPAttributeValueOverview>;
	'groupDescription'?: string;
	'groupType'?: string;
	'id'?: string;
	'subGroups'?: Array<CCPGroupOverview>;
}

Properties

NameRequiredTypeDescription
characteristicValuesOptionalArray<CCPAttributeValueOverview>Attribute values {Array<CCPAttributeValueOverview>} CCPGroupOverview
groupDescriptionOptionalstringLanguage dependent group description {string} CCPGroupOverview
groupTypeOptionalstringType of group {string} CCPGroupOverview
idOptionalstringGroup Identifier {string} CCPGroupOverview
subGroupsOptionalArray<CCPGroupOverview>List of subordinate groups {Array<CCPGroupOverview>} CCPGroupOverview

Referenced Types

On this page