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

     1  # MessagingV1BrandRegistrations
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string to identify Brand Registration. |
     8  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Brand Registration resource. |
     9  **CustomerProfileBundleSid** | Pointer to **string** | A2P Messaging Profile Bundle BundleSid. |
    10  **A2pProfileBundleSid** | Pointer to **string** | A2P Messaging Profile 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  **BrandType** | Pointer to **string** | Type of brand. One of: \"STANDARD\", \"SOLE_PROPRIETOR\". SOLE_PROPRIETOR is for the low volume, SOLE_PROPRIETOR campaign use case. There can only be one SOLE_PROPRIETOR campaign created per SOLE_PROPRIETOR brand. STANDARD is for all other campaign use cases. Multiple campaign use cases can be created per STANDARD brand. |
    14  **Status** | Pointer to [**string**](BrandRegistrationsEnumStatus.md) |  |
    15  **TcrId** | Pointer to **string** | Campaign Registry (TCR) Brand ID. Assigned only after successful brand registration. |
    16  **FailureReason** | Pointer to **string** | DEPRECATED. A reason why brand registration has failed. Only applicable when status is FAILED. |
    17  **Errors** | Pointer to **[]interface{}** | A list of errors that occurred during the brand registration process. |
    18  **Url** | Pointer to **string** | The absolute URL of the Brand Registration resource. |
    19  **BrandScore** | Pointer to **int** | The secondary vetting score if it was done. Otherwise, it will be the brand score if it's returned from TCR. It may be null if no score is available. |
    20  **BrandFeedback** | Pointer to [**[]string**](BrandRegistrationsEnumBrandFeedback.md) | DEPRECATED. Feedback on how to improve brand score |
    21  **IdentityStatus** | Pointer to [**string**](BrandRegistrationsEnumIdentityStatus.md) |  |
    22  **Russell3000** | Pointer to **bool** | Publicly traded company identified in the Russell 3000 Index |
    23  **GovernmentEntity** | Pointer to **bool** | Identified as a government entity |
    24  **TaxExemptStatus** | Pointer to **string** | Nonprofit organization tax-exempt status per section 501 of the U.S. tax code. |
    25  **SkipAutomaticSecVet** | Pointer to **bool** | A flag to disable automatic secondary vetting for brands which it would otherwise be done. |
    26  **Mock** | Pointer to **bool** | A boolean that specifies whether brand should be a mock or not. If true, brand will be registered as a mock brand. Defaults to false if no value is provided. |
    27  **Links** | Pointer to **map[string]interface{}** |  |
    28  
    29  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    30  
    31