Alokai

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