From cd346adeff9d2fb21171e66009e3ba9ce6805de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=93=D1=80?= =?UTF-8?q?=D0=B8=D1=88=D0=B0=D0=B3=D0=B8=D0=BD?= Date: Mon, 23 Jun 2025 16:21:39 +0300 Subject: [PATCH] add type contragent to CustomerContragent.php --- src/Model/Entity/Customers/CustomerContragent.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Model/Entity/Customers/CustomerContragent.php b/src/Model/Entity/Customers/CustomerContragent.php index 36aa315ef..892d6e910 100644 --- a/src/Model/Entity/Customers/CustomerContragent.php +++ b/src/Model/Entity/Customers/CustomerContragent.php @@ -30,6 +30,14 @@ class CustomerContragent */ public $contragentType; + /** + * @var string + * + * @JMS\Type("string") + * @JMS\SerializedName("type") + */ + public $type; + /** * @var string *