@@ -61,14 +61,14 @@ public function setName($name);
61
61
/**
62
62
* Get display label
63
63
*
64
- * @return RuleLabelInterface[]|null
64
+ * @return \Magento\SalesRule\Api\Data\ RuleLabelInterface[]|null
65
65
*/
66
66
public function getStoreLabels ();
67
67
68
68
/**
69
69
* Set display label
70
70
*
71
- * @param RuleLabelInterface[]|null $storeLabels
71
+ * @param \Magento\SalesRule\Api\Data\ RuleLabelInterface[]|null $storeLabels
72
72
* @return $this
73
73
*/
74
74
public function setStoreLabels (array $ storeLabels = null );
@@ -182,29 +182,29 @@ public function setIsActive($isActive);
182
182
/**
183
183
* Get condition for the rule
184
184
*
185
- * @return ConditionInterface|null
185
+ * @return \Magento\SalesRule\Api\Data\ ConditionInterface|null
186
186
*/
187
187
public function getCondition ();
188
188
189
189
/**
190
190
* Set condition for the rule
191
191
*
192
- * @param ConditionInterface|null $condition
192
+ * @param \Magento\SalesRule\Api\Data\ ConditionInterface|null $condition
193
193
* @return $this
194
194
*/
195
195
public function setCondition (ConditionInterface $ condition = null );
196
196
197
197
/**
198
198
* Get action condition
199
199
*
200
- * @return ConditionInterface|null
200
+ * @return \Magento\SalesRule\Api\Data\ ConditionInterface|null
201
201
*/
202
202
public function getActionCondition ();
203
203
204
204
/**
205
205
* Set action condition
206
206
*
207
- * @param ConditionInterface|null $actionCondition
207
+ * @param \Magento\SalesRule\Api\Data\ ConditionInterface|null $actionCondition
208
208
* @return $this
209
209
*/
210
210
public function setActionCondition (ConditionInterface $ actionCondition = null );
@@ -438,14 +438,14 @@ public function setSimpleFreeShipping($simpleFreeShipping);
438
438
/**
439
439
* Retrieve existing extension attributes object or create a new one.
440
440
*
441
- * @return RuleExtensionInterface|null
441
+ * @return \Magento\SalesRule\Api\Data\ RuleExtensionInterface|null
442
442
*/
443
443
public function getExtensionAttributes ();
444
444
445
445
/**
446
446
* Set an extension attributes object.
447
447
*
448
- * @param RuleExtensionInterface $extensionAttributes
448
+ * @param \Magento\SalesRule\Api\Data\ RuleExtensionInterface $extensionAttributes
449
449
* @return $this
450
450
*/
451
451
public function setExtensionAttributes (RuleExtensionInterface $ extensionAttributes );
0 commit comments