Skip to content

Commit

Permalink
- Add MultiSignRecipientInfo resource
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasDostalDS committed Jan 27, 2025
1 parent d1a8e70 commit 3658445
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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 `MultiSignRecipientInfo` resource
- Add `BatchSendingsEndpoint.MutiSignRecipients` endpoint
- Add `MyEndpoint.updatePreferences` endpoint and `MyPreferences` resource
- Add `SignatureScenarioVersionInfo.role`
Expand Down
6 changes: 3 additions & 3 deletions src/Resource/MultiSignRecipientInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

class MultiSignRecipientInfo extends BaseResource
{
public string $recipientName;
public string $name;

public string $recipientAlias;
public string $alias;

public string $recipientEmail;
public string $email;

public int $count;

Expand Down

0 comments on commit 3658445

Please sign in to comment.