Skip to content

Commit

Permalink
Add Identification.forReviewAt
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasDostalDS committed Feb 13, 2024
1 parent 5afc74f commit 1c303c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## [Unreleased]
### Added
- Add `Identification.forReviewAt`
- Add `EnvelopeRecipient.channelForNotifications`
- Add `EnvelopeTemplateRecipient.channelForNotifications`
- Add `DeactivateAccount` endpoint
Expand Down
1 change: 1 addition & 0 deletions src/Resource/Identification.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Identification extends BaseResource
public ?DateTime $completedAt;
public ?DateTime $approvedAt;
public ?DateTime $deniedAt;
public ?DateTime $forReviewAt;
public ?string $denialMessage;
public ?IdentifyScenarioVersionInfo $scenarioVersion;
}

0 comments on commit 1c303c3

Please sign in to comment.