github.com/twilio/twilio-go@v1.20.1/rest/numbers/v1/docs/NumbersV1PortingPortability.md (about) 1 # NumbersV1PortingPortability 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **PhoneNumber** | Pointer to **string** | The phone number which portability is to be checked. Phone numbers are in E.164 format (e.g. +16175551212). | 8 **AccountSid** | Pointer to **string** | The target account sid to which the number will be ported | 9 **Portable** | Pointer to **bool** | Boolean flag specifying if phone number is portable or not. | 10 **PinAndAccountNumberRequired** | Pointer to **bool** | Boolean flag specifying if PIN and account number is required for the phone number. | 11 **NotPortableReason** | Pointer to **string** | Reason why the phone number cannot be ported into Twilio, `null` otherwise. | 12 **NotPortableReasonCode** | Pointer to **int** | The Portability Reason Code for the phone number if it cannot be ported into Twilio, `null` otherwise. One of `22131`, `22132`, `22130`, `22133`, `22102` or `22135`. | 13 **NumberType** | Pointer to [**string**](PortingPortabilityEnumNumberType.md) | | 14 **Country** | Pointer to **string** | Country the phone number belongs to. | 15 **MessagingCarrier** | Pointer to **string** | Current messaging carrier of the phone number | 16 **VoiceCarrier** | Pointer to **string** | Current voice carrier of the phone number | 17 **Url** | Pointer to **string** | This is the url of the request that you're trying to reach out to locate the resource. | 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