diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c6b8c..c9780e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes will be documented in this file. Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. ## [Unreleased] -- Add `AccountBilling.productType` +- Add `AccountBilling.productType` and `AccountBilling.hasBillingEnabled` in to resource - Add `EnvelopesEndpoint.cancel` body - Fix `AccountUsersEndpoint.invite` endpoint - Add `MyIdentifications.info` endpoint diff --git a/src/Resource/AccountBilling.php b/src/Resource/AccountBilling.php index 168f5a4..d233e58 100644 --- a/src/Resource/AccountBilling.php +++ b/src/Resource/AccountBilling.php @@ -12,6 +12,8 @@ class AccountBilling extends BaseResource public bool $hasSubscription; + public bool $hasBillingEnabled; + public string $planName; public string $productType;