Skip to content

Commit

Permalink
Add AccountBilling.userContactLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
spajxo committed Jul 11, 2024
1 parent 821778d commit b7d6e52
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 @@ -14,6 +14,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 b7d6e52

Please sign in to comment.