add customFields in CustomerCorporateFilter.php
This commit is contained in:
parent
4880ed9930
commit
00a15b197b
1 changed files with 8 additions and 0 deletions
|
@ -357,4 +357,12 @@ class CustomerCorporateFilter
|
|||
* @Form\SerializedName("companyName")
|
||||
*/
|
||||
public $companyName;
|
||||
|
||||
/**
|
||||
* @var array<string, mixed>
|
||||
*
|
||||
* @Form\Type("array")
|
||||
* @Form\SerializedName("customFields")
|
||||
*/
|
||||
public $customFields;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue