Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.19 KB

File metadata and controls

20 lines (14 loc) · 1.19 KB

# SubSigningOptions

This allows the requester to specify the types allowed for creating a signature and specify another signing options.

NOTE: If signing_options are not defined in the request, the allowed types will default to those specified in the account settings.

NOTE: If force_advanced_signature_details is set, allowed types has to be defined too.

Properties

Name Type Description Notes
default_type*required string The default type shown (limited to the listed types)
draw bool Allows drawing the signature [default to false]
phone bool Allows using a smartphone to email the signature [default to false]
type bool Allows typing the signature [default to false]
upload bool Allows uploading the signature [default to false]
force_advanced_signature_details bool Turning on advanced signature details for the signature request [default to false]

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