Skip to content

Commit

Permalink
Update EnvelopeRecipient.php
Browse files Browse the repository at this point in the history
Add approvalMode and approveDocumentsAtOnce
  • Loading branch information
Pepperoni1337 authored Aug 7, 2023
1 parent d1b4080 commit 1d8bdb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Resource/EnvelopeRecipient.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,8 @@ class EnvelopeRecipient extends BaseResource
public ?IdentifyScenarioInfo $identifyScenarioInfo = null;

public ?IdentificationInfo $identification = null;

public string $approvalMode;

public bool $approveDocumentsAtOnce;
}

0 comments on commit 1d8bdb5

Please sign in to comment.