Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 906 Bytes

SalesRuleDataConditionInterface.md

File metadata and controls

19 lines (13 loc) · 906 Bytes

# SalesRuleDataConditionInterface

Interface ConditionInterface

Properties

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]

[Back to Model list] [Back to API list] [Back to README]