github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010AvailablePhoneNumberNational.md (about) 1 # ApiV2010AvailablePhoneNumberNational 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **FriendlyName** | Pointer to **string** | A formatted version of the phone number. | 8 **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. | 9 **Lata** | Pointer to **string** | The [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) of this phone number. Available for only phone numbers from the US and Canada. | 10 **Locality** | Pointer to **string** | The locality or city of this phone number's location. | 11 **RateCenter** | Pointer to **string** | The [rate center](https://en.wikipedia.org/wiki/Telephone_exchange) of this phone number. Available for only phone numbers from the US and Canada. | 12 **Latitude** | Pointer to **float32** | The latitude of this phone number's location. Available for only phone numbers from the US and Canada. | 13 **Longitude** | Pointer to **float32** | The longitude of this phone number's location. Available for only phone numbers from the US and Canada. | 14 **Region** | Pointer to **string** | The two-letter state or province abbreviation of this phone number's location. Available for only phone numbers from the US and Canada. | 15 **PostalCode** | Pointer to **string** | The postal or ZIP code of this phone number's location. Available for only phone numbers from the US and Canada. | 16 **IsoCountry** | Pointer to **string** | The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of this phone number. | 17 **AddressRequirements** | Pointer to **string** | The type of [Address](https://www.twilio.com/docs/usage/api/address) resource the phone number requires. Can be: `none`, `any`, `local`, or `foreign`. `none` means no address is required. `any` means an address is required, but it can be anywhere in the world. `local` means an address in the phone number's country is required. `foreign` means an address outside of the phone number's country is required. | 18 **Beta** | Pointer to **bool** | Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. | 19 **Capabilities** | Pointer to [**ApiV2010AccountAvailablePhoneNumberCountryAvailablePhoneNumberLocalCapabilities**](ApiV2010AccountAvailablePhoneNumberCountryAvailablePhoneNumberLocalCapabilities.md) | | 20 21 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 22 23