github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/PhoneNumberInfoNumberParser.md (about) 1 # PhoneNumberInfoNumberParser 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **AreaCode** | **string** | Area code of the location (3-digit usually), according to the NANP number format, 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 | [optional] 7 **Country** | [**[]GetCountryInfoNumberParser**](GetCountryInfoNumberParser.md) | Information on a country the phone number belongs to | [optional] 8 **Dialable** | **string** | Dialing format of a phone number | [optional] 9 **E164** | **string** | E.164 (11-digits) format of a phone number | [optional] 10 **FormattedInternational** | **string** | International format of a phone number | [optional] 11 **FormattedNational** | **string** | Domestic format of a phone number | [optional] 12 **OriginalString** | **string** | One of the numbers to be parsed, passed as a string in response | [optional] 13 **Special** | **bool** | True if the number is in a special format (for example N11 code) | [optional] 14 **Normalized** | **string** | E.164 (11-digits) format of a phone number without the plus sign ('+') | [optional] 15 16 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 17 18