CommercialRuleLineDTO Data Type

A base class for all API DTO classes

Implemented Interfaces
Serializable
Properties
name data type description
offerCode string
productCode string
productVersion number
attributeCode string
groupedAttributeCode string
attributeValue string
groupedAttributeValue string
tagCode string
operator RuleOperatorEnum

Example

{
  "offerCode" : "...",
  "productCode" : "...",
  "productVersion" : 12345,
  "attributeCode" : "...",
  "groupedAttributeCode" : "...",
  "attributeValue" : "...",
  "groupedAttributeValue" : "...",
  "tagCode" : "...",
  "operator" : "CONTAINS"
}