Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 5.06 KB

recipientcreatetemplaterecipientrecipient.md

File metadata and controls

24 lines (19 loc) · 5.06 KB

RecipientCreateTemplateRecipientRecipient

Example Usage

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

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

Fields

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