github.com/twilio/twilio-go@v1.20.1/rest/messaging/v1/docs/MessagingV1TollfreeVerification.md (about)

     1  # MessagingV1TollfreeVerification
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string to identify Tollfree Verification. |
     8  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Tollfree Verification resource. |
     9  **CustomerProfileSid** | Pointer to **string** | Customer's Profile Bundle BundleSid. |
    10  **TrustProductSid** | Pointer to **string** | Tollfree TrustProduct Bundle BundleSid. |
    11  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    12  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    13  **RegulatedItemSid** | Pointer to **string** | The SID of the Regulated Item. |
    14  **BusinessName** | Pointer to **string** | The name of the business or organization using the Tollfree number. |
    15  **BusinessStreetAddress** | Pointer to **string** | The address of the business or organization using the Tollfree number. |
    16  **BusinessStreetAddress2** | Pointer to **string** | The address of the business or organization using the Tollfree number. |
    17  **BusinessCity** | Pointer to **string** | The city of the business or organization using the Tollfree number. |
    18  **BusinessStateProvinceRegion** | Pointer to **string** | The state/province/region of the business or organization using the Tollfree number. |
    19  **BusinessPostalCode** | Pointer to **string** | The postal code of the business or organization using the Tollfree number. |
    20  **BusinessCountry** | Pointer to **string** | The country of the business or organization using the Tollfree number. |
    21  **BusinessWebsite** | Pointer to **string** | The website of the business or organization using the Tollfree number. |
    22  **BusinessContactFirstName** | Pointer to **string** | The first name of the contact for the business or organization using the Tollfree number. |
    23  **BusinessContactLastName** | Pointer to **string** | The last name of the contact for the business or organization using the Tollfree number. |
    24  **BusinessContactEmail** | Pointer to **string** | The email address of the contact for the business or organization using the Tollfree number. |
    25  **BusinessContactPhone** | Pointer to **string** | The E.164 formatted phone number of the contact for the business or organization using the Tollfree number. |
    26  **NotificationEmail** | Pointer to **string** | The email address to receive the notification about the verification result. . |
    27  **UseCaseCategories** | Pointer to **[]string** | The category of the use case for the Tollfree Number. List as many are applicable.. |
    28  **UseCaseSummary** | Pointer to **string** | Use this to further explain how messaging is used by the business or organization. |
    29  **ProductionMessageSample** | Pointer to **string** | An example of message content, i.e. a sample message. |
    30  **OptInImageUrls** | Pointer to **[]string** | Link to an image that shows the opt-in workflow. Multiple images allowed and must be a publicly hosted URL. |
    31  **OptInType** | Pointer to [**string**](TollfreeVerificationEnumOptInType.md) |  |
    32  **MessageVolume** | Pointer to **string** | Estimate monthly volume of messages from the Tollfree Number. |
    33  **AdditionalInformation** | Pointer to **string** | Additional information to be provided for verification. |
    34  **TollfreePhoneNumberSid** | Pointer to **string** | The SID of the Phone Number associated with the Tollfree Verification. |
    35  **Status** | Pointer to [**string**](TollfreeVerificationEnumStatus.md) |  |
    36  **Url** | Pointer to **string** | The absolute URL of the Tollfree Verification resource. |
    37  **RejectionReason** | Pointer to **string** | The rejection reason given when a Tollfree Verification has been rejected. |
    38  **ErrorCode** | Pointer to **int** | The error code given when a Tollfree Verification has been rejected. |
    39  **EditExpiration** | Pointer to [**time.Time**](time.Time.md) | The date and time when the ability to edit a rejected verification expires. |
    40  **EditAllowed** | Pointer to **bool** | If a rejected verification is allowed to be edited/resubmitted. Some rejection reasons allow editing and some do not. |
    41  **RejectionReasons** | Pointer to **[]interface{}** | A list of rejection reasons and codes describing why a Tollfree Verification has been rejected. |
    42  **ResourceLinks** | Pointer to **interface{}** | The URLs of the documents associated with the Tollfree Verification resource. |
    43  **ExternalReferenceId** | Pointer to **string** | An optional external reference ID supplied by customer and echoed back on status retrieval. |
    44  
    45  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    46  
    47