# Cyclos4102Api.Phone

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The phone name | [optional] 
**_number** | **String** | The formatted number | [optional] 
**extension** | **String** | The number extension, only for landLine phones, and is only used if the phone configuration states that extensions are enabled.   | [optional] 
**type** | [**PhoneKind**](PhoneKind.md) | Type of phone Possible values are: * landLine: A landline phone * mobile: A mobile phone  | [optional] 
**normalizedNumber** | **String** | The number, normalized to the E.164 format | [optional] 


