github.com/twilio/twilio-go@v1.20.1/rest/numbers/v2/docs/NumbersV2DependentHostedNumberOrder.md (about)

     1  # NumbersV2DependentHostedNumberOrder
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this Authorization Document |
     8  **BulkHostingRequestSid** | Pointer to **string** | A 34 character string that uniquely identifies the bulk hosting request associated with this HostedNumberOrder. |
     9  **NextStep** | Pointer to **string** | The next step you need to take to complete the hosted number order and request it successfully. |
    10  **AccountSid** | Pointer to **string** | The unique SID identifier of the Account. |
    11  **IncomingPhoneNumberSid** | Pointer to **string** | A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder. |
    12  **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. |
    13  **SigningDocumentSid** | Pointer to **string** | A 34 character string that uniquely identifies the LOA document associated with this HostedNumberOrder. |
    14  **PhoneNumber** | Pointer to **string** | An E164 formatted phone number hosted by this HostedNumberOrder. |
    15  **Capabilities** | Pointer to [**NumbersV2AuthorizationDocumentDependentHostedNumberOrderCapabilities**](NumbersV2AuthorizationDocumentDependentHostedNumberOrderCapabilities.md) |  |
    16  **FriendlyName** | Pointer to **string** | A human readable description of this resource, up to 128 characters. |
    17  **Status** | Pointer to [**string**](DependentHostedNumberOrderEnumStatus.md) |  |
    18  **FailureReason** | Pointer to **string** | A message that explains why a hosted_number_order went to status \"action-required\" |
    19  **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. |
    20  **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. |
    21  **Email** | Pointer to **string** | Email of the owner of this phone number that is being hosted. |
    22  **CcEmails** | Pointer to **[]string** | Email recipients who will be informed when an Authorization Document has been sent and signed |
    23  **ContactTitle** | Pointer to **string** | The title of the person authorized to sign the Authorization Document for this phone number. |
    24  **ContactPhoneNumber** | Pointer to **string** | The contact phone number of the person authorized to sign the Authorization Document. |
    25  
    26  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    27  
    28