Record
sales-rule-data-condition-interface
No description available.
record sales-rule-data-condition-interface {
aggregator-type: option<string>,
attribute-name: option<string>,
condition-type: string,
conditions: option<list<string>>,
extension-attributes: option<sales-rule-data-condition-extension-interface>,
operator: string,
value: string,
}Fields
| Name | Type | Description |
|---|---|---|
| aggregator-type | option<string> | |
| attribute-name | option<string> | |
| condition-type | string | |
| conditions | option<list<string>> | |
| extension-attributes | option<sales-rule-data-condition-extension-interface> | |
| operator | string | |
| value | string |