| Name | Type | Description | Notes |
|---|---|---|---|
| str | |||
| display_name | str | [optional] | |
| first_name | str | [optional] | |
| last_name | str | [optional] | |
| email_viewed | bool | [optional] | |
| viewed | bool | [optional] | |
| signed | bool | [optional] | |
| downloaded | bool | [optional] | |
| signed_on | datetime | [optional] | |
| needs_to_sign | bool | When `false` user does not need to sign, but will receive a copy of the signed document and signing log, see: Copy only | [optional] [default to True] |
| approve_only | bool | Require user to approve the document (without adding a signature), see: Approve only | [optional] |
| notify_only | bool | Send notifications about the document and a copy of the signed document and signing log, but don't require them to take any action, see: Notify only | [optional] |
| in_person | bool | When used in combination with an embed url on the sender, after sender has signed, they will be redirected to the next `in_person` signer, see: In person signing | [optional] |
| order | int | [optional] | |
| language | str | [optional] | |
| force_language | bool | [optional] | |
| emailed | bool | [optional] | |
| verify_phone_number | str | [optional] | |
| verify_bank_account | str | [optional] | |
| declined | bool | [optional] | |
| declined_on | datetime | [optional] | |
| forwarded | str | [optional] | |
| forwarded_on | datetime | [optional] | |
| forwarded_to_email | str | [optional] | |
| forwarded_reason | str | [optional] | |
| message | str | [optional] | |
| embed_url_user_id | str | [optional] | |
| inputs | list[SignerInputs] | [optional] | |
| use_stamp_for_approve_only | bool | Place an approval stamp on a document when a signer approves a document | [optional] |
| embed_url | str | [optional] | |
| attachments | list[SignerAttachment] | [optional] | |
| redirect_url | str | [optional] | |
| redirect_url_declined | str | [optional] | |
| after_document | str | [optional] | |
| integrations | list[InlineDocumentSignerIntegrationData] | [optional] | |
| password | str | Require the signer to enter this password before signing a document. This field is write only. | [optional] |