Skip to content

Commit

Permalink
Add AccountBilling.batchSending parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelvais committed Oct 9, 2024
1 parent d09994a commit 955d2b4
Showing 1 changed file with 2 additions and 0 deletions.
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 955d2b4

Please sign in to comment.