# CustomField

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**customFieldType** | **String** | The type of custom field. Valid values are:  - `text` (default) - `list` | [optional] 
**errorDetails** | [**ErrorDetails**](ErrorDetails.md) |  | [optional] 
**fieldId** | **String** | The id of the custom field. | [optional] 
**listItems** | **[String]** | For a list custom field, this is an array of strings that represent the items in a list.   Maximum Length: 2,000 characters. | [optional] 
**name** | **String** | The name of the custom field. | [optional] 
**`required`** | **String** | When set to **true**, the signer must complete the custom field. | [optional] 
**show** | **String** | When set to **true**, the custom field displays at the top of the Certificate of Completion. | [optional] 
**value** | **String** | Specifies the value of the custom field.   Maximum Length: 2,000 characters. | [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)