OSRuleFilterDTO Data Type

Properties
name data type description
type OSRuleFilterType
conditions array of OSRuleFilterConditionDTO

Example

{
  "type" : "SIZE",
  "conditions" : [ {
    "value" : "...",
    "comparator" : "EQUAL"
  }, {
    "value" : "...",
    "comparator" : "EQUAL"
  } ]
}