PricePlanMatrixColumnDto Data Type

A base class for all API DTO classes

Implemented Interfaces
Serializable
Properties
name data type constraints description
code string required
pricePlanMatrixCode string  
pricePlanMatrixVersion number  
productCode string  
offerTemplateCode string  
attributeCode string  
position number  
type ColumnTypeEnum  
elValue string  
isRange boolean  

Example

{
  "code" : "...",
  "pricePlanMatrixCode" : "...",
  "pricePlanMatrixVersion" : 12345,
  "productCode" : "...",
  "offerTemplateCode" : "...",
  "attributeCode" : "...",
  "position" : 12345,
  "type" : "Range_Numeric",
  "elValue" : "...",
  "isRange" : true
}