Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1 KB

TemplateResponseDocumentFormFieldBase.md

File metadata and controls

19 lines (15 loc) · 1 KB

TemplateResponseDocumentFormFieldBase

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

Properties

Name Type Description Notes
type*required str
api_id str A unique id for the form field.
name str The name of the form field.
signer str 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]