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
| 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 |