github.com/twilio/twilio-go@v1.20.1/rest/lookups/v2/docs/LookupsV2PhoneNumber.md (about) 1 # LookupsV2PhoneNumber 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **CallingCountryCode** | Pointer to **string** | International dialing prefix of the phone number defined in the E.164 standard. | 8 **CountryCode** | Pointer to **string** | The phone number's [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). | 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](https://en.wikipedia.org/wiki/National_conventions_for_writing_telephone_numbers). | 11 **Valid** | Pointer to **bool** | Boolean which indicates if the phone number is in a valid range that can be freely assigned by a carrier to a user. | 12 **ValidationErrors** | Pointer to [**[]string**](PhoneNumberEnumValidationError.md) | Contains reasons why a phone number is invalid. Possible values: TOO_SHORT, TOO_LONG, INVALID_BUT_POSSIBLE, INVALID_COUNTRY_CODE, INVALID_LENGTH, NOT_A_NUMBER. | 13 **CallerName** | Pointer to **interface{}** | An object that contains caller name information based on [CNAM](https://support.twilio.com/hc/en-us/articles/360051670533-Getting-Started-with-CNAM-Caller-ID). | 14 **SimSwap** | Pointer to **interface{}** | An object that contains information on the last date the subscriber identity module (SIM) was changed for a mobile phone number. | 15 **CallForwarding** | Pointer to **interface{}** | An object that contains information on the unconditional call forwarding status of mobile phone number. | 16 **LineStatus** | Pointer to **interface{}** | An object that contains line status information for a mobile phone number. | 17 **LineTypeIntelligence** | Pointer to **interface{}** | An object that contains line type information including the carrier name, mobile country code, and mobile network code. | 18 **IdentityMatch** | Pointer to **interface{}** | An object that contains identity match information. The result of comparing user-provided information including name, address, date of birth, national ID, against authoritative phone-based data sources | 19 **ReassignedNumber** | Pointer to **interface{}** | An object that contains reassigned number information. Reassigned Numbers will return a phone number's reassignment status given a phone number and date | 20 **SmsPumpingRisk** | Pointer to **interface{}** | An object that contains information on if a phone number has been currently or previously blocked by Verify Fraud Guard for receiving malicious SMS pumping traffic as well as other signals associated with risky carriers and low conversion rates. | 21 **PhoneNumberQualityScore** | Pointer to **interface{}** | An object that contains information of a mobile phone number quality score. Quality score will return a risk score about the phone number. | 22 **PreFill** | Pointer to **interface{}** | An object that contains pre fill information. pre_fill will return PII information associated with the phone number like first name, last name, address line, country code, state and postal code. | 23 **Url** | Pointer to **string** | The absolute URL of the resource. | 24 25 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 26 27