Skip to content

Commit

Permalink
Add IdentifyScenarioVersion.ownConditions (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
spajxo authored Nov 21, 2023
1 parent 559acf3 commit 892266d
Show file tree
Hide file tree
Showing 2 changed files with 4 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 `IdentifyScenarioVersion.ownConditions`
- Add `MyAccount.shortName`
- Add `MyEndpoint.info` endpoint and `MyInfo` resource
- Add `MyAccountEndpoint.switch` endpoint
Expand Down
3 changes: 3 additions & 0 deletions src/Resource/IdentifyScenarioVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ class IdentifyScenarioVersion extends BaseResource
public array $secondaryDocumentTypes;
public bool $bankStatementEnabled;
public string $approvalMode;

/** @var string[] */
public ?array $ownConditions;
}

0 comments on commit 892266d

Please sign in to comment.