From b7d6e5249cd04f6cb387ce9009fe43775c7089e9 Mon Sep 17 00:00:00 2001 From: "pavel.stejskal" Date: Thu, 11 Jul 2024 15:22:23 +0200 Subject: [PATCH] Add `AccountBilling.userContactLimit` --- CHANGELOG.md | 1 + src/Resource/AccountBilling.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cae3a4..ae292f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/Resource/AccountBilling.php b/src/Resource/AccountBilling.php index 725d35c..9569580 100644 --- a/src/Resource/AccountBilling.php +++ b/src/Resource/AccountBilling.php @@ -24,6 +24,8 @@ class AccountBilling extends BaseResource public ?int $userLimit; + public ?int $userContactLimit; + public int $envelopeUsage; public ?int $envelopeLimit;