import { Recipient } from "@documenso/sdk-typescript/models/operations";
let value: Recipient = {
email: "[email protected]",
name: "<value>",
role: "APPROVER",
};
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. |