import { RecipientUpdateDocumentRecipientRecipient } from "@documenso/sdk-typescript/models/operations";
let value: RecipientUpdateDocumentRecipientRecipient = {
id: 1186.15,
};
Field | Type | Required | Description |
---|---|---|---|
id |
number | ✔️ | The ID of the recipient to update. |
email |
string | ➖ | N/A |
name |
string | ➖ | N/A |
role |
operations.RecipientUpdateDocumentRecipientRole | ➖ | N/A |
signingOrder |
number | ➖ | N/A |
accessAuth |
operations.RecipientUpdateDocumentRecipientAccessAuth | ➖ | The type of authentication required for the recipient to access the document. |
actionAuth |
operations.RecipientUpdateDocumentRecipientActionAuth | ➖ | The type of authentication required for the recipient to sign the document. |