Skip to content

Commit

Permalink
Add fields to Identification
Browse files Browse the repository at this point in the history
  • Loading branch information
mertic18 committed Oct 18, 2023
1 parent e89702d commit 1d8be37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Resource/Identification.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ class Identification extends BaseResource
public ?DateTime $startedAt;
public ?DateTime $openedAt;
public ?DateTime $completedAt;
public ?DateTime $approvedAt;
public ?DateTime $deniedAt;
public ?string $denialMessage;
}

0 comments on commit 1d8be37

Please sign in to comment.