# PdfFormField

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**field_name** | **string** | Name of the form field | [optional] 
**field_type** | **string** | The data type of the field; possible values are Text (FieldValue will be a string), Checkbox (FieldValue can be \&quot;true\&quot; or \&quot;false\&quot;), ComboBox (FieldComboBoxSelectedIndex will also be populated), Other | [optional] 
**field_value** | **string** | Value of the form field | [optional] 
**field_combo_box_selected_index** | **int** | Applies to ComboBox field types only; specifies the selected index of the combo box selection if available | [optional] 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


