Skip to content

Commit

Permalink
Merge pull request #269 from digitalcz/DGS-2716-accountbilling-batchs…
Browse files Browse the repository at this point in the history
…ending

Add `AccountBilling`.`batchSending` parameter
  • Loading branch information
PavelVais authored Oct 9, 2024
2 parents d09994a + b502bc1 commit c06f4dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## [Unreleased]
- Add `AccountBilling.automaticTagsPlacement`
- Add `AccountBilling.batchSending`
- Extend `EnvelopeRecipient` and `EnvelopeTemplateRecipient` resource
- Add `EnvelopeDocument.createTagsByAutoplacement` endpoint
- Add `Webhook oAuth properties`
Expand Down
2 changes: 2 additions & 0 deletions src/Resource/AccountBilling.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ class AccountBilling extends BaseResource

public string $productType;

public bool $batchSending;

public ?DateTime $billingPeriodStart;

public ?DateTime $billingPeriodEnd;
Expand Down

0 comments on commit c06f4dd

Please sign in to comment.