1
0
mirror of synced 2024-11-23 13:56:06 +03:00

add customFields in CustomerCorporateFilter.php (#210)

Co-authored-by: Евгений Гришагин <grishagin@retailcrm.ru>
This commit is contained in:
GrishaginEvgeny 2024-09-10 15:00:32 +03:00 committed by GitHub
parent 4880ed9930
commit e3cc485873
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -357,4 +357,12 @@ class CustomerCorporateFilter
* @Form\SerializedName("companyName")
*/
public $companyName;
/**
* @var array<string, mixed>
*
* @Form\Type("array")
* @Form\SerializedName("customFields")
*/
public $customFields;
}