From 6d960a458dc46345d7d7364c11e3af0ff1c0fb86 Mon Sep 17 00:00:00 2001 From: IamDejv Date: Thu, 16 Jul 2026 09:22:06 +0200 Subject: [PATCH] Add `AccountBilling.timestampsRenewal` property --- CHANGELOG.md | 1 + src/Resource/AccountBilling.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2248d9..b42ce2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip - Add `EnvelopeProperties.timestampsEnabled` property - Add `EnvelopeProperties.timestampsRenewalPeriod` property - Add `Features.timestampsRenewal` property +- Add `AccountBilling.timestampsRenewal` property ## [2.11.0] - 2025-11-12 ### Deprecated diff --git a/src/Resource/AccountBilling.php b/src/Resource/AccountBilling.php index db3bbe8..2f8140e 100644 --- a/src/Resource/AccountBilling.php +++ b/src/Resource/AccountBilling.php @@ -54,6 +54,8 @@ class AccountBilling extends BaseResource public bool $timestampsPostSignum; + public bool $timestampsRenewal; + public bool $fileCertificates; public int $fileSizeLimit;