Wasm Directoryalpha
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

NameTypeDescription
aggregator-typeoption​<string>
attribute-nameoption​<string>
condition-typestring
conditionsoption​<list​<string>>
extension-attributesoption​<sales-rule-data-condition-extension-interface>
operatorstring
valuestring