Added attachedTag field to customer
This commit is contained in:
parent
86d280ba47
commit
aa3c99fa6d
@ -120,6 +120,15 @@ class Customer implements CustomerInterface
|
||||
*/
|
||||
public $tags;
|
||||
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*
|
||||
* @JMS\Type("string")
|
||||
* @JMS\SerializedName("attachedTag")
|
||||
*/
|
||||
public $attachedTag;
|
||||
|
||||
/**
|
||||
* @var string[]
|
||||
*
|
||||
|
@ -34,5 +34,4 @@ class NonWorkingDay
|
||||
* @JMS\SerializedName("end_date")
|
||||
*/
|
||||
public $endDate;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user