# Cyclos4102Api.BaseCustomFieldValue

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**stringValue** | **String** | The field value if the field type is either &#x60;string&#x60;, &#x60;text&#x60;, &#x60;richText&#x60; or &#x60;url&#x60;.  | [optional] 
**dateValue** | **Date** | The field value if the field type is &#x60;date&#x60;.  | [optional] 
**booleanValue** | **Boolean** | The field value if the field type is &#x60;boolean&#x60;.  | [optional] 
**integerValue** | **Number** | The field value if the field type is &#x60;integer&#x60;.  | [optional] 
**decimalValue** | [**BigDecimal**](BigDecimal.md) | The field value if the field type is &#x60;decimal&#x60;.  | [optional] 
**enumeratedValues** | [**[CustomFieldPossibleValue]**](CustomFieldPossibleValue.md) | The field value if the field type is either &#x60;singleSelection&#x60; or &#x60;multiSelection&#x60;. For single selections will either be an empty array or an array with a single element  | [optional] 
**dynamicValue** | [**CustomFieldDynamicValue**](CustomFieldDynamicValue.md) | The field value if the field type is &#x60;dynamicSelection&#x60;.  | [optional] 
**fileValues** | [**[StoredFile]**](StoredFile.md) | The field value if the field type is &#x60;file&#x60;  | [optional] 
**imageValues** | [**[Image]**](Image.md) | The field value if the field type is &#x60;image&#x60;  | [optional] 
**linkedEntityValue** | [**EntityReference**](EntityReference.md) | The field value if the field type is &#x60;linkedEntity&#x60;.  | [optional] 
**adValue** | [**Ad**](Ad.md) | The field value if the field type is &#x60;linkedEntity&#x60; and the linked entity type is &#x60;advertisement&#x60;. If the currently set record is not accessible by the logged user, only the &#x60;name&#x60; field is sent, which contains the advertisement title.  | [optional] 
**transactionValue** | [**Transaction**](Transaction.md) | The field value if the field type is &#x60;linkedEntity&#x60; and the linked entity type is &#x60;transaction&#x60;. If the currently set transaction is not accessible by the logged user, only the &#x60;display&#x60; field is sent.  | [optional] 
**transferValue** | [**Transfer**](Transfer.md) | The field value if the field type is &#x60;linkedEntity&#x60; and the linked entity type is &#x60;transfer&#x60;. If the currently set transfer is not accessible by the logged user, only the &#x60;display&#x60; field is sent.  | [optional] 
**recordValue** | [**Record**](Record.md) | The field value if the field type is &#x60;linkedEntity&#x60; and the linked entity type is &#x60;record&#x60;. If the currently set record is not accessible by the logged user, only the &#x60;display&#x60; field is sent.  | [optional] 
**userValue** | [**User**](User.md) | The field value if the field type is &#x60;linkedEntity&#x60; and the linked entity type is &#x60;user&#x60;. If the currently set user is not accessible by the logged user, only a limited set of fields is sent, namely &#x60;display&#x60; and &#x60;shortDisplay&#x60;.  | [optional] 


