1 parent 1caf012 commit a90da5eCopy full SHA for a90da5e
1 file changed
src/Model/Response/ErrorResponse.php
@@ -50,4 +50,12 @@ public function __construct()
50
* @JMS\SerializedName("combinedTo")
51
*/
52
public $combinedTo;
53
+
54
+ /**
55
+ * @var \RetailCrm\Api\Model\Entity\EntityWithExternalId[]
56
+ *
57
+ * @JMS\Type("array<RetailCrm\Api\Model\Entity\EntityWithExternalId>")
58
+ * @JMS\SerializedName("failedCustomers")
59
+ */
60
+ public $failedCustomers;
61
}
0 commit comments