From f5c7c0c0a9838bea547ed2ab16ae208c009d14c6 Mon Sep 17 00:00:00 2001 From: David Kalianko Date: Tue, 17 Dec 2024 13:12:34 +0100 Subject: [PATCH] Add `AccountBilling.cancelAt` --- CHANGELOG.md | 1 + src/Resource/AccountBilling.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3205994..1861556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip - Extend `BatchSending` and `BatchSendingItem` resource - Edit `BatchSending` resource with envelopeTemplate - Extend `BatchSendingStats` resource with deleted +- Add `AccountBilling.cancelAt` ## [2.5.0] - 2024-10-14 - Add `AccountBilling.automaticTagsPlacement` diff --git a/src/Resource/AccountBilling.php b/src/Resource/AccountBilling.php index 5fc880e..e99195a 100644 --- a/src/Resource/AccountBilling.php +++ b/src/Resource/AccountBilling.php @@ -22,6 +22,8 @@ class AccountBilling extends BaseResource public ?DateTime $billingPeriodEnd; + public ?DateTime $cancelAt; + public int $userUsage; public ?int $userLimit;