From 955d2b4063e743f13e184fe6f44c5571dd736830 Mon Sep 17 00:00:00 2001 From: pavelvais Date: Wed, 9 Oct 2024 14:21:36 +0200 Subject: [PATCH] Add `AccountBilling`.`batchSending` parameter --- src/Resource/AccountBilling.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Resource/AccountBilling.php b/src/Resource/AccountBilling.php index db66180..5fc880e 100644 --- a/src/Resource/AccountBilling.php +++ b/src/Resource/AccountBilling.php @@ -16,6 +16,8 @@ class AccountBilling extends BaseResource public string $productType; + public bool $batchSending; + public ?DateTime $billingPeriodStart; public ?DateTime $billingPeriodEnd;