Skip to content

Commit

Permalink
add status to find party request (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: Белый Алексей Сергеевич <[email protected]>
  • Loading branch information
asb1301 and Белый Алексей Сергеевич authored Feb 15, 2024
1 parent ddf0d51 commit e5dd698
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Model/Request/Find/PartyRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ class PartyRequest extends FindRequest
* @var string Юр. лицо (LEGAL) или индивидуальный предприниматель (INDIVIDUAL)
*/
protected $type;

/**
* @var array Ограничение по статусу организации
*/
protected $status;
}

0 comments on commit e5dd698

Please sign in to comment.