PhoneNumberInfoNumberParser
Properties
Name | Type | Required | Description |
---|---|---|---|
original_string | str | ❌ | Original phone number string as it was passed in the request |
country | GetCountryInfoNumberParser | ❌ | |
area_code | str | ❌ | Area code of location. The portion of the E.164 number that identifies a specific geographic region/numbering area of the national numbering plan (NANP); that can be summarized as NPA-NXX-xxxx and covers Canada, the United States, parts of the Caribbean Sea, and some Atlantic and Pacific islands. See North American Numbering Plan for details |
dialable | str | ❌ | Dialing format of a phone number |
e164 | str | ❌ | Phone number in E.164 format |
formatted_international | str | ❌ | The formatted phone number string in international format |
formatted_national | str | ❌ | The formatted phone number string in domestic format |
special | bool | ❌ | Indicates if the number is in a special format (for example N11 code)' |
normalized | str | ❌ | Phone number in E.164 format without plus sign ('+') |
toll_free | bool | ❌ | Indicates if the number is toll free |
sub_address | str | ❌ | Sub-Address. The portion of the number that identifies a subscriber into the subscriber internal (non-public) network. |
subscriber_number | str | ❌ | Subscriber number. The portion of the E.164 number that identifies a subscriber in a network or numbering area. |
dtmf_postfix | str | ❌ | DTMF (Dual Tone Multi-Frequency) postfix |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs