Skip to content

Commit

Permalink
Extend AccountBilling resource with identify limits (#246)
Browse files Browse the repository at this point in the history
Co-authored-by: David Kalianko <david.kalianko@digital.cz>
  • Loading branch information
IamDejv and David Kalianko authored Jun 18, 2024
1 parent 0ee9e2f commit 821778d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
- Add `EnvelopeProperties.channelForSender` in to resource
- Edit `CertificateInfo` resource
- Extend `Contact` resource
- Extend `AccountBilling` resource with identify limits

## [2.4.0] - 2024-05-14
### Added
Expand Down
8 changes: 8 additions & 0 deletions src/Resource/AccountBilling.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,12 @@ class AccountBilling extends BaseResource
public bool $signatureScenarios;

public bool $identifyAi;

public ?int $identifyAiLimit;

public ?int $identifyNoneOrManualLimit;

public int $identifyAiUsage;

public int $identifyNoneOrManualUsage;
}

0 comments on commit 821778d

Please sign in to comment.