# Brand

Source: https://developer.avalara.com/avatax-for-bevalc/requirements/brand/

# Brand

**Element type: Required**

**Endpoints used:** [TransactionParameterModel](https://developer.avalara.com/api-reference/avatax/rest/v2/models/TransactionParameterModel/), [TransactionLineParameterModel](https://developer.avalara.com/api-reference/avatax/rest/v2/models/TransactionLineParameterModel/)

Your integration must provide a way for users to specify the brand associated with the product being sold. This is done using the`Brand` parameter. This field is passed as an unvalidated string.

```
"lines": [  {    "parameters":[      {        "name":"Brand",        "value":"Premier"      }    ]  }]
```

[Previous](/avatax-for-bevalc/requirements/alcohol-sample)

[Next](/avatax-for-bevalc/requirements/carrier-code)