Skip to content

Commit

Permalink
- Add AccountBilling.multiSign
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasDostalDS committed Jan 28, 2025
1 parent 96641ff commit 865558b
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 @@ -5,6 +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.multiSign`
- Edit `MultiSignRecipientInfo` resource
- Add `BatchSendingsEndpoint.MutiSignRecipients` endpoint
- Add `MyEndpoint.updatePreferences` endpoint and `MyPreferences` resource
Expand Down
2 changes: 2 additions & 0 deletions src/Resource/AccountBilling.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,6 @@ class AccountBilling extends BaseResource
public int $identifyNoneOrManualUsage;

public bool $automaticTagsPlacement;

public bool $multiSign;
}

0 comments on commit 865558b

Please sign in to comment.