CCPAttributePricing
Enriches an attribute with supplementary pricing data. CCPAttributePricing
interface CCPAttributePricing {
'csticUiKey'?: string;
'priceSupplements'?: Array<CCPAttributeValuePricing>;
'selectedValues'?: Array<string>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
csticUiKey | Optional | string | Attribute key. {string} CCPAttributePricing |
priceSupplements | Optional | Array<CCPAttributeValuePricing> | List of value price supplements. {Array<CCPAttributeValuePricing>} CCPAttributePricing |
selectedValues | Optional | Array<string> | List of currently selected domain values. {Array<string>} CCPAttributePricing |