add customFields in CustomerCorporateFilter.php (#210)
Co-authored-by: Евгений Гришагин <grishagin@retailcrm.ru>
This commit is contained in:
parent
4880ed9930
commit
e3cc485873
@ -357,4 +357,12 @@ class CustomerCorporateFilter
|
|||||||
* @Form\SerializedName("companyName")
|
* @Form\SerializedName("companyName")
|
||||||
*/
|
*/
|
||||||
public $companyName;
|
public $companyName;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var array<string, mixed>
|
||||||
|
*
|
||||||
|
* @Form\Type("array")
|
||||||
|
* @Form\SerializedName("customFields")
|
||||||
|
*/
|
||||||
|
public $customFields;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user