Skip to content

Latest commit

 

History

History
44 lines (41 loc) · 2.22 KB

Signer.md

File metadata and controls

44 lines (41 loc) · 2.22 KB

SignRequest.Model.Signer

Properties

Name Type Description Notes
Email string
DisplayName string [optional]
FirstName string [optional]
LastName string [optional]
EmailViewed bool? [optional]
Viewed bool? [optional]
Signed bool? [optional]
Downloaded bool? [optional]
SignedOn DateTime? [optional]
NeedsToSign bool? [optional] [default to true]
ApproveOnly bool? [optional]
NotifyOnly bool? [optional]
InPerson bool? [optional]
Order int? [optional]
Language string [optional]
ForceLanguage bool? [optional]
Emailed bool? [optional]
VerifyPhoneNumber string [optional]
VerifyBankAccount string [optional]
Declined bool? [optional]
DeclinedOn DateTime? [optional]
Forwarded string [optional]
ForwardedOn DateTime? [optional]
ForwardedToEmail string [optional]
ForwardedReason string [optional]
Message string [optional]
EmbedUrlUserId string [optional]
Inputs List<SignerInputs> [optional]
UseStampForApproveOnly bool? Place an approval stamp on a document when a signer approves a document [optional]
EmbedUrl string [optional]
Attachments List<SignerAttachment> [optional]
RedirectUrl string [optional]
RedirectUrlDeclined string [optional]
AfterDocument string [optional]
Integrations List<InlineDocumentSignerIntegrationData> [optional]
Password string Require the signer to enter this password before signing a document. This field is write only. [optional]

[Back to Model list] [Back to API list] [Back to README]