# Cyclos411Api.ContactInfoManage

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The address name | [optional] 
**email** | **String** | The e-mail for this additional contact information | [optional] 
**mobilePhone** | **String** | The formatted mobile phone for this additional contact information  | [optional] 
**landLinePhone** | **String** | The formatted landline phone for this additional contact information  | [optional] 
**landLineExtension** | **String** | The landline phone extension for this additional contact information  | [optional] 
**image** | **String** | The identifier of either an uploaded temporary image, or an existing additional contact image.  | [optional] 
**address** | **String** | The identifier for the user address to be used as address of this additional contact information  | [optional] 
**hidden** | **Boolean** | Whether this additional contact information should be hidden for other users  | [optional] 
**customValues** | **{String: String}** | Holds the custom field values, keyed by field internal name or id. The format of the value depends on the custom field type. Example: &#x60;{..., \&quot;customValues\&quot;: {\&quot;gender\&quot;: \&quot;male\&quot;, \&quot;birthDate\&quot;: \&quot;1980-10-27\&quot;}}&#x60;  | [optional] 


