ItuPhoneV2_country
Properties
| Name |
Type |
Description |
Notes |
| alpha2 |
String |
The ISO 3166-1 alpha-2 code representing this country. For example, the two uppercase letters `\"US\"` represent the United States of America, `\"CA\"` represent Canada. |
[optional] [default to null] |
| alpha3 |
String |
The ISO 3166-1 alpha-3 code representing this country. For example, the three uppercase letters `\"USA\"` represent the United States of America, `\"CAN\"` represent Canada. |
[optional] [default to null] |
| num3 |
String |
The ISO 3166-1 numeric-3 code representing this country. For example, the three digits `\"840\"` represent the United States of America, `\"044\"` represent Bahamas. |
[optional] [default to null] |
| title |
String |
Display name of country. |
[optional] [default to null] |
| officialName |
String |
Official name of country. |
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]