github.com/twilio/twilio-go@v1.20.1/rest/numbers/v2/docs/NumbersV2HostedNumberOrder.md (about) 1 # NumbersV2HostedNumberOrder 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this HostedNumberOrder. | 8 **AccountSid** | Pointer to **string** | A 34 character string that uniquely identifies the account. | 9 **IncomingPhoneNumberSid** | Pointer to **string** | A 34 character string that uniquely identifies the [IncomingPhoneNumber](https://www.twilio.com/docs/phone-numbers/api/incomingphonenumber-resource) resource that represents the phone number being hosted. | 10 **AddressSid** | Pointer to **string** | A 34 character string that uniquely identifies the Address resource that represents the address of the owner of this phone number. | 11 **SigningDocumentSid** | Pointer to **string** | A 34 character string that uniquely identifies the [Authorization Document](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource) the user needs to sign. | 12 **PhoneNumber** | Pointer to **string** | Phone number to be hosted. This must be in [E.164](https://en.wikipedia.org/wiki/E.164) format, e.g., +16175551212 | 13 **Capabilities** | Pointer to [**NumbersV2HostedNumberOrderCapabilities**](NumbersV2HostedNumberOrderCapabilities.md) | | 14 **FriendlyName** | Pointer to **string** | A 128 character string that is a human-readable text that describes this resource. | 15 **Status** | Pointer to [**string**](HostedNumberOrderEnumStatus.md) | | 16 **FailureReason** | Pointer to **string** | A message that explains why a hosted_number_order went to status \"action-required\" | 17 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date this resource was created, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. | 18 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was updated, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. | 19 **Email** | Pointer to **string** | Email of the owner of this phone number that is being hosted. | 20 **CcEmails** | Pointer to **[]string** | A list of emails that LOA document for this HostedNumberOrder will be carbon copied to. | 21 **Url** | Pointer to **string** | The URL of this HostedNumberOrder. | 22 **ContactTitle** | Pointer to **string** | The title of the person authorized to sign the Authorization Document for this phone number. | 23 **ContactPhoneNumber** | Pointer to **string** | The contact phone number of the person authorized to sign the Authorization Document. | 24 **BulkHostingRequestSid** | Pointer to **string** | A 34 character string that uniquely identifies the bulk hosting request associated with this HostedNumberOrder. | 25 **NextStep** | Pointer to **string** | The next step you need to take to complete the hosted number order and request it successfully. | 26 27 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 28 29