import { DocumentGetDocumentWithDetailsByIdDocumentMeta } from "@documenso/sdk-typescript/models/operations";
let value: DocumentGetDocumentWithDetailsByIdDocumentMeta = {
signingOrder: "PARALLEL",
distributionMethod: "NONE",
id: "<id>",
subject: "<value>",
message: "<value>",
timezone: "Pacific/Rarotonga",
password: "Y2WDpx9TjdiUN46",
dateFormat: "<value>",
documentId: 3520.73,
redirectUrl: "https://showy-countess.org/",
typedSignatureEnabled: false,
uploadSignatureEnabled: false,
drawSignatureEnabled: false,
allowDictateNextSigner: false,
language: "<value>",
emailSettings: {},
};
Field | Type | Required | Description |
---|---|---|---|
signingOrder |
operations.DocumentGetDocumentWithDetailsByIdSigningOrder | ✔️ | N/A |
distributionMethod |
operations.DocumentGetDocumentWithDetailsByIdDistributionMethod | ✔️ | N/A |
id |
string | ✔️ | N/A |
subject |
string | ✔️ | N/A |
message |
string | ✔️ | N/A |
timezone |
string | ✔️ | N/A |
password |
string | ✔️ | N/A |
dateFormat |
string | ✔️ | N/A |
documentId |
number | ✔️ | N/A |
redirectUrl |
string | ✔️ | N/A |
typedSignatureEnabled |
boolean | ✔️ | N/A |
uploadSignatureEnabled |
boolean | ✔️ | N/A |
drawSignatureEnabled |
boolean | ✔️ | N/A |
allowDictateNextSigner |
boolean | ✔️ | N/A |
language |
string | ✔️ | N/A |
emailSettings |
operations.DocumentGetDocumentWithDetailsByIdEmailSettings | ✔️ | N/A |