Skip to content

Commit

Permalink
Merge pull request #248 from digitalcz/account-billing-user-contact-l…
Browse files Browse the repository at this point in the history
…imit

Add `AccountBilling.userContactLimit`
  • Loading branch information
IamDejv authored Jul 16, 2024
2 parents 2894be9 + b7d6e52 commit 0ee02d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
- Edit `CertificateInfo` resource
- Extend `Contact` resource
- Extend `AccountBilling` resource with identify limits
- Add `AccountBilling.userContactLimit`

## [2.4.0] - 2024-05-14
### Added
Expand Down
2 changes: 2 additions & 0 deletions src/Resource/AccountBilling.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class AccountBilling extends BaseResource

public ?int $userLimit;

public ?int $userContactLimit;

public int $envelopeUsage;

public ?int $envelopeLimit;
Expand Down

0 comments on commit 0ee02d7

Please sign in to comment.