This page was last edited on July 19, 2013, at 14:07.
Comments or questions about this documentation? Contact us for support!
The following table lists the attributes for country data.
Attribute | Type | Description |
---|---|---|
name | String | The name of the country. |
code | String | A two-letter country code (for example, "US"). |
callingCode | String | The country's calling code. |
The following table lists the attributes for phone number details.
Attribute | Type | Description |
---|---|---|
digits | String | Phone number digits. |
formattedPhoneNumber | String | The phone number formatted in a readable form appropriate for a User Interface. |
e164Number | String | The phone number formatted according to E.164 format. |
location | String | The location (country) of this phone number. |
country | Object | A CountryData object referring to the country that this phone number belongs to. |