Interface ConditionInterface
Name | Type | Description | Notes |
---|---|---|---|
ConditionType | string | Condition type | |
Conditions | []SalesRuleDataConditionInterface | List of conditions | [optional] |
AggregatorType | string | The aggregator type | [optional] |
Operator | string | The operator of the condition | |
AttributeName | string | The attribute name of the condition | [optional] |
Value | string | The value of the condition | |
ExtensionAttributes | map[string]interface{} | ExtensionInterface class for @see \Magento\SalesRule\Api\Data\ConditionInterface | [optional] |