github.com/twilio/twilio-go@v1.20.1/rest/lookups/v1/docs/LookupsV1PhoneNumber.md (about)

     1  # LookupsV1PhoneNumber
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **CallerName** | Pointer to **interface{}** | The name of the phone number's owner. If `null`, that information was not available. |
     8  **CountryCode** | Pointer to **string** | The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) for the phone number. |
     9  **PhoneNumber** | Pointer to **string** | The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. |
    10  **NationalFormat** | Pointer to **string** | The phone number, in national format. |
    11  **Carrier** | Pointer to **interface{}** | The telecom company that provides the phone number. |
    12  **AddOns** | Pointer to **interface{}** | A JSON string with the results of the Add-ons you specified in the `add_ons` parameters. For the format of the object, see [Using Add-ons](https://www.twilio.com/docs/add-ons). |
    13  **Url** | Pointer to **string** | The absolute URL of the resource. |
    14  
    15  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    16  
    17