Skip to content

Commit

Permalink
Merge pull request #292 from tomasDostalDS/DGS-2952-add-multisign-bil…
Browse files Browse the repository at this point in the history
…ling

- Add `AccountBilling.multiSign`
  • Loading branch information
IamDejv authored Jan 28, 2025
2 parents 96641ff + 865558b commit 5d4eabf
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 5d4eabf

Please sign in to comment.