# taxationEntityUseCodes

**Scope required:** standard:read

For a complete list of possible response fields see the [TaxationEntityUseCode](https://docs.bunny.com/developer/api-reference/types/taxationentityusecode) type.

```graphql
query taxationEntityUseCodes () {
  taxationEntityUseCodes () {
    code
    description
    name
  }
}
```

## Response

* List ([TaxationEntityUseCode](https://docs.bunny.com/developer/api-reference/types/taxationentityusecode))
