This class extends TemplateResponseDocumentCustomFieldBase
Name | Type | Description | Notes |
---|---|---|---|
ApiId | string | The unique ID for this field. | [optional] |
Name | string | The name of the Custom Field. | [optional] |
Signer | string | The signer of the Custom Field. Can be null if field is a merge field (assigned to Sender). |
[optional] |
X | int | The horizontal offset in pixels for this form field. | [optional] |
Y | int | The vertical offset in pixels for this form field. | [optional] |
Width | int | The width in pixels of this form field. | [optional] |
Height | int | The height in pixels of this form field. | [optional] |
Required | bool | Boolean showing whether or not this field is required. | [optional] |
Group | string | The name of the group this field is in. If this field is not a group, this defaults to null . |
[optional] |
Type | string | The type of this Custom Field. Only text and checkbox are currently supported.* Text uses TemplateResponseDocumentCustomFieldText * Checkbox uses TemplateResponseDocumentCustomFieldCheckbox |
[default to "text"]AvgTextLength |