Phone Object
Properties
| Name | Type | Description |
| code | string | Phone code. |
| countryCode | string | Country two-character ISO 3166-1 alpha code. |
| countryName | string | Country name. |
Examples
JSON
{
"code": "+1",
"countryCode": "US",
"countryName": "United States"
}