Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.14 KB

SubSignatureRequestSigner.md

File metadata and controls

15 lines (11 loc) · 1.14 KB

Dropbox.Sign.Model.SubSignatureRequestSigner

Properties

Name Type Description Notes
Name string The name of the signer.
EmailAddress string The email address of the signer.
Order int? The order the signer is required to sign in. [optional]
Pin string The 4- to 12-character access code that will secure this signer's signature page. [optional]
SmsPhoneNumber string An E.164 formatted phone number.

Note: Not available in test mode and requires a Standard plan or higher.
[optional]
SmsPhoneNumberType string Specifies the feature used with the sms_phone_number. Default authentication.

If authentication, signer is sent a verification code via SMS that is required to access the document.

If delivery, a link to complete the signature request is delivered via SMS (and email).
[optional]

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