Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1008 Bytes

TemplateResponseDocumentFormFieldBase.md

File metadata and controls

19 lines (15 loc) · 1008 Bytes

# TemplateResponseDocumentFormFieldBase

An array of Form Field objects containing the name and type of each named field.

Properties

Name Type Description Notes
type*required string
api_id string A unique id for the form field.
name string The name of the form field.
signer string The signer of the Form Field.
x int The horizontal offset in pixels for this form field.
y int The vertical offset in pixels for this form field.
width int The width in pixels of this form field.
height int The height in pixels of this form field.
required bool Boolean showing whether or not this field is required.

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