github.com/twilio/twilio-go@v1.20.1/rest/numbers/v1/docs/NumbersV1PortingPortInFetch.md (about) 1 # NumbersV1PortingPortInFetch 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **PortInRequestSid** | Pointer to **string** | The SID of the Port In request. This is a unique identifier of the port in request. | 8 **Url** | Pointer to **string** | The URL of this Port In request | 9 **AccountSid** | Pointer to **string** | The Account SID that the numbers will be added to after they are ported into Twilio. | 10 **NotificationEmails** | Pointer to **[]string** | List of emails for getting notifications about the LOA signing process. Allowed Max 10 emails. | 11 **TargetPortInDate** | Pointer to **string** | Minimum number of days in the future (at least 2 days) needs to be established with the Ops team for validation. | 12 **TargetPortInTimeRangeStart** | Pointer to **string** | Minimum hour in the future needs to be established with the Ops team for validation. | 13 **TargetPortInTimeRangeEnd** | Pointer to **string** | Maximum hour in the future needs to be established with the Ops team for validation. | 14 **PortInRequestStatus** | Pointer to **string** | The status of the port in request. The possible values are: In progress, Completed, Expired, In review, Waiting for Signature, Action Required, and Canceled. | 15 **LosingCarrierInformation** | Pointer to **interface{}** | The information for the losing carrier. | 16 **PhoneNumbers** | Pointer to **[]interface{}** | The list of phone numbers to Port in. Phone numbers are in E.164 format (e.g. +16175551212). | 17 **Documents** | Pointer to **[]string** | The list of documents SID referencing a utility bills | 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