Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

CCPAttributePricing

Enriches an attribute with supplementary pricing data CCPAttributePricing

export interface CCPAttributePricing {
	'csticUiKey'?: string;
	'priceSupplements'?: Array<CCPAttributeValuePricing>;
	'selectedValues'?: Array<string>;
}

Properties

NameRequiredTypeDescription
csticUiKeyOptionalstringAttribute key {string} CCPAttributePricing
priceSupplementsOptionalArray<CCPAttributeValuePricing>List of value price supplements {Array<CCPAttributeValuePricing>} CCPAttributePricing
selectedValuesOptionalArray<string>List of currently selected domain values {Array<string>} CCPAttributePricing

Referenced Types

On this page