github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/ParsePhoneNumberResponse.md (about)

     1  # ParsePhoneNumberResponse
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Uri** | **string** | Canonical URI of a resource | [optional] 
     7  **HomeCountry** | [**[]GetCountryInfoNumberParser**](GetCountryInfoNumberParser.md) | Information on a user home country | 
     8  **PhoneNumbers** | [**[]PhoneNumberInfoNumberParser**](PhoneNumberInfoNumberParser.md) | Parsed phone numbers data | 
     9  **OriginalString** | **string** | One of the numbers to be parsed, passed as a string in response | [optional] 
    10  **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] 
    11  **FormattedNational** | **string** | Domestic format of a phone number | [optional] 
    12  **FormattedInternational** | **string** | International format of a phone number | [optional] 
    13  **Dialable** | **string** | Dialing format of a phone number | [optional] 
    14  **E164** | **string** | E.164 (11-digits) format of a phone number | [optional] 
    15  **Special** | **bool** |  True  if the number is in a special format (for example N11 code) | [optional] 
    16  **Normalized** | **string** | E.164 (11-digits) format of a phone number without the plus sign ('+') | [optional] 
    17  **Country** | [**[]GetCountryInfoNumberParser**](GetCountryInfoNumberParser.md) | Information on a country the phone number belongs to | [optional] 
    18  
    19  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    20  
    21