Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 950 Bytes

SubSigningOptions.md

File metadata and controls

31 lines (18 loc) · 950 Bytes

SubSigningOptions

This allows the requester to specify the types allowed for creating a signature.

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

Properties

Name Type Description Notes
defaultType*required DefaultTypeEnum The default type shown (limited to the listed types)
draw Boolean Allows drawing the signature
phone Boolean Allows using a smartphone to email the signature
type Boolean Allows typing the signature
upload Boolean Allows uploading the signature

Enum: DefaultTypeEnum

Name Value
DRAW "draw"
PHONE "phone"
TYPE "type"
UPLOAD "upload"