Skip to content

Latest commit

 

History

History
50 lines (45 loc) · 10.4 KB

recipientcreatetemplaterecipientsrecipientresponse.md

File metadata and controls

50 lines (45 loc) · 10.4 KB

RecipientCreateTemplateRecipientsRecipientResponse

Example Usage

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

let value: RecipientCreateTemplateRecipientsRecipientResponse = {
  role: "ASSISTANT",
  readStatus: "NOT_OPENED",
  signingStatus: "NOT_SIGNED",
  sendStatus: "NOT_SENT",
  id: 8686.43,
  documentId: 9119.2,
  templateId: 5978.96,
  email: "[email protected]",
  name: "<value>",
  token: "<value>",
  documentDeletedAt: "<value>",
  expired: "<value>",
  signedAt: "<value>",
  authOptions: {
    accessAuth: "ACCOUNT",
    actionAuth: "TWO_FACTOR_AUTH",
  },
  signingOrder: 5921.74,
  rejectionReason: "<value>",
};

Fields

Field Type Required Description
role operations.RecipientCreateTemplateRecipientsRoleResponse ✔️ N/A
readStatus operations.RecipientCreateTemplateRecipientsReadStatus ✔️ N/A
signingStatus operations.RecipientCreateTemplateRecipientsSigningStatus ✔️ N/A
sendStatus operations.RecipientCreateTemplateRecipientsSendStatus ✔️ N/A
id number ✔️ N/A
documentId number ✔️ N/A
templateId number ✔️ N/A
email string ✔️ N/A
name string ✔️ N/A
token string ✔️ N/A
documentDeletedAt string ✔️ N/A
expired string ✔️ N/A
signedAt string ✔️ N/A
authOptions operations.RecipientCreateTemplateRecipientsAuthOptions ✔️ N/A
signingOrder number ✔️ The order in which the recipient should sign the document. Only works if the document is set to sequential signing.
rejectionReason string ✔️ N/A