diff --git a/src/Model/Entity/Customers/Customer.php b/src/Model/Entity/Customers/Customer.php index 7db3811..bad3cf3 100644 --- a/src/Model/Entity/Customers/Customer.php +++ b/src/Model/Entity/Customers/Customer.php @@ -120,6 +120,15 @@ class Customer implements CustomerInterface */ public $tags; + + /** + * @var string + * + * @JMS\Type("string") + * @JMS\SerializedName("attachedTag") + */ + public $attachedTag; + /** * @var string[] * diff --git a/src/Model/Entity/Settings/NonWorkingDay.php b/src/Model/Entity/Settings/NonWorkingDay.php index 8235138..e2e011d 100644 --- a/src/Model/Entity/Settings/NonWorkingDay.php +++ b/src/Model/Entity/Settings/NonWorkingDay.php @@ -34,5 +34,4 @@ class NonWorkingDay * @JMS\SerializedName("end_date") */ public $endDate; - }