# Cyclos4102Api.PhoneBasicData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**country** | **String** | The 2-letter country code used by default for numbers. Unless an international number is specified (using the &#x60;+&#x60; prefix), the phone number is assumed to belong to this country.  | [optional] 
**alwaysShowInternationalNumber** | **Boolean** | Indicates the it is configured to always format numbers using the international format. If set to false, numbers will be formatted in the national format.  | [optional] 
**example** | **String** | An example phone number. Can be either a land-line or mobile phone number example, depending on this phone kind phone  | [optional] 
**extensionEnabled** | **Boolean** | Only returned for land line phones. Indicates whether the extension is enabled.  | [optional] 
**smsEnabled** | **Boolean** | Only returned for mobile phones. Indicates whether outbound SMS is enabled in Cyclos  | [optional] 
**confirmationPasswordInput** | [**PasswordInput**](PasswordInput.md) | If a confirmation password is used, contains the definitions on how to request that password from the user. This confirmation password is required when performing sensible actions. Sometimes this is dynamic, for example, the confirmation might be configured to be used only once per session, or operations like payments may have a limit per day to be without confirmation (pinless).  | [optional] 


