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 *