Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 4.28 KB

recipient.md

File metadata and controls

24 lines (19 loc) · 4.28 KB

Recipient

Example Usage

import { Recipient } from "@documenso/sdk-typescript/models/operations";

let value: Recipient = {
  email: "[email protected]",
  name: "<value>",
  role: "APPROVER",
};

Fields

Field Type Required Description
email string ✔️ N/A
name string ✔️ N/A
role operations.RecipientCreateDocumentRecipientRole ✔️ N/A
signingOrder number N/A
accessAuth operations.RecipientCreateDocumentRecipientAccessAuth The type of authentication required for the recipient to access the document.
actionAuth operations.RecipientCreateDocumentRecipientActionAuth The type of authentication required for the recipient to sign the document.