Skip to content

Commit 6123cd6

Browse files
author
Vladimir Kolchin
committed
updated ErrorResponse
1 parent 1caf012 commit 6123cd6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Model/Response/ErrorResponse.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,12 @@ public function __construct()
5050
* @JMS\SerializedName("combinedTo")
5151
*/
5252
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;
5361
}

0 commit comments

Comments
 (0)