Skip to content

Commit

Permalink
new: Новый процесс продления сертификатов
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Zarubin committed Oct 6, 2022
1 parent 8c3c50c commit 36a9c0d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions models/response/Certificate.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,13 @@ class Certificate extends Response
*/
public bool $isDuc;

/**
* ID продлеваемой заявки
*
*
* @var int|null
*/
public ?int $prolongationId;

/**
* @throws \nikserg\ItcomPublicApi\exceptions\InvalidConstructorArrayException
Expand Down

0 comments on commit 36a9c0d

Please sign in to comment.