Limitation - Influences the product selection defined by a Rule. Define a limitating parameter for the product selection, build by executing a Rule in the RulesEngine.
| name | data type | description |
|---|---|---|
| clientId | string | get the id of the Client this limitation is attached to |
Properties inherited from AbstractLimitation |
||
| field | string | |
| description | string | |
| entity | string | |
| dateModified | number | |
| operator | FilterOperator | |
| filterValue | string | |
| dateCreated | number | |
| id | string | |
| name | string | |
Example
{
"clientId" : "...",
"field" : "...",
"description" : "...",
"entity" : "...",
"dateModified" : 12345,
"operator" : "ENDS_WITH",
"filterValue" : "...",
"dateCreated" : 12345,
"id" : "...",
"name" : "..."
}