Skip to content

ItuPhoneV2

Properties

Name Type Description Notes
country ItuPhoneV2_country [optional] [default to null]
userFormat String Phone number in arbitrary format as provided by user. Note: Please be aware that this format may vary between phone numbers. If you need a format for programmatic purposes, please consider using the field `e164Format`. [optional] [default to null]
ituCountryCode Integer International prefix of the country this number belongs to, e.g. `1` for US (or any member of NANP), `49` for Germany. [optional] [default to null]
e164Format String Phone number in ITU.T E.164 standard format. This format has only digits, and the plus (`"+"`) prefix. Most suitable for machines and programmatic processing. [optional] [default to null]
intlFormat String Phone number in international format following conventions that are used in the country the number belongs to, e.g. `"+49 30 1234560"` (Germany), or `"+1 809-123-4560"` (United States). [optional] [default to null]
natlFormat String Phone number in national format following conventions that are used in the country the number belongs to, e.g. `"(030) 1234560"` (Germany), or `"+1 809-123-4560"` (United States). [optional] [default to null]
isPossible Boolean Is `true` if phone number is possible (e.g. it has the right number of digits), but not necessearily valid (e.g. it's in an assigned exchange). `"+120012301"` is not possible, because too few digits for USA. [optional] [default to null]
isValid Boolean Is `true` if the phone number is possible (e.g. it has the right number of digits) and valid (e.g. it's in an assigned exchange). `"+120012301"` is not valid, because numbering plan area `200` is not used in the North American Number Plan (NANP). [optional] [default to null]
presumedPhoneType ItuPhoneV2_presumedPhoneType [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]