# Cyclos411Api.ContactInfo

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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] 
**normalizedMobilePhone** | **String** | The mobile phone, normalized to the E.164 format  | [optional] 
**normalizedLandLinePhone** | **String** | The land-line phone, normalized to the E.164 format  | [optional] 
**address** | [**Address**](Address.md) | The address for this additional contact information | [optional] 
**image** | [**Image**](Image.md) | The image for this additional contact information | [optional] 


