Sign Request Signer Input
Input created by a Signer on a Sign Request
        
        
        
    
    Members
content_type :'signature'|'initial'|'stamp'|'date'|'checkbox'|'text'|'full_name'|'first_name'|'last_name'|'company'|'title'|'email'|'attachment'|'radio'|'dropdown'
    Content type of input
Example: signature
    Type:
- 'signature' | 'initial' | 'stamp' | 'date' | 'checkbox' | 'text' | 'full_name' | 'first_name' | 'last_name' | 'company' | 'title' | 'email' | 'attachment' | 'radio' | 'dropdown'
 
page_index :number
    Index of page that the input is on
Example: 4
    Type:
- number
 
read_only :boolean
    Whether this input was defined as read-only(immutable by signers) or not
Example: true
    Type:
- boolean
 
type :'signature'|'date'|'text'|'checkbox'|'radio'|'dropdown'
    Type of input
Example: text
    Type:
- 'signature' | 'date' | 'text' | 'checkbox' | 'radio' | 'dropdown'