| Name | Type | Description | Notes |
|---|---|---|---|
| from_email | String | Email of user sending the SignRequest (must be a validated email) | [optional] |
| from_email_name | String | Name to be used in the `From` email header, e.g. `{from_email_name} <no-reply@signrequest.com>` | [optional] |
| is_being_prepared | Boolean | Have the sender of a SignRequest prepare the document before sending the request out, see: prepare using the web interface | [optional] |
| prepare_url | String | [optional] | |
| redirect_url | String | URL at which SignRequest will redirect to when a document is signed | [optional] |
| redirect_url_declined | String | URL at which SignRequest will redirect to when a document is declined | [optional] |
| required_attachments | [RequiredAttachment] | [optional] | |
| disable_attachments | Boolean | Disable uploading/adding of attachments | [optional] |
| disable_text_signatures | Boolean | Disable usage of signatures generated by typing (text) | [optional] |
| disable_text | Boolean | Disable adding of text | [optional] |
| disable_date | Boolean | Disable adding of dates | [optional] |
| disable_emails | Boolean | Disable all SignRequest status emails as well as the email that contains the signed documents | [optional] |
| disable_upload_signatures | Boolean | Disable usage of uploaded signatures (images) | [optional] |
| disable_blockchain_proof | Boolean | Disables storing timestamp proof hashes in blockchain integrations. | [optional] |
| text_message_verification_locked | Boolean | When true a text message verification is needed before the signer can see the document | [optional] |
| subject | String | Subject of SignRequest email | [optional] |
| message | String | Message to include in SignRequest email, may contain the following html tags: `a`, `abbr`, `acronym`, `b`, `blockquote`, `code`, `em`, `i`, `ul`, `li`, `ol`, and `strong` | [optional] |
| who | String | `m`: only me, `mo`: me and others, `o`: only others | [optional] |
| send_reminders | Boolean | Automatically remind signers to sign a document | [optional] |
| signers | [Signer] | [optional] | |
| uuid | String | [optional] |
-
m(value:"m") -
mo(value:"mo") -
o(value:"o")