Skip to content

Commit

Permalink
add customFields in CustomerCorporateFilter.php (#210)
Browse files Browse the repository at this point in the history
Co-authored-by: Евгений Гришагин <[email protected]>
  • Loading branch information
GrishaginEvgeny and Евгений Гришагин authored Sep 10, 2024
1 parent 4880ed9 commit e3cc485
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,4 +357,12 @@ class CustomerCorporateFilter
* @Form\SerializedName("companyName")
*/
public $companyName;

/**
* @var array<string, mixed>
*
* @Form\Type("array")
* @Form\SerializedName("customFields")
*/
public $customFields;
}

0 comments on commit e3cc485

Please sign in to comment.