> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/taxes/llms.txt)
> Source: https://docs.saleor.io/api-reference/taxes/objects/tax-type

# TaxType Object

Representation of tax types fetched from tax gateway.

```graphql
type TaxType {
  description: String
  taxCode: String
}
```

<a id="fields"></a>

### Fields

<a id="description"></a>

#### [`description`](#description) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

Description of the tax type.

<a id="tax-code"></a>

#### [`taxCode`](#tax-code) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

External tax code used to identify given tax group.

<a id="returned-by"></a>

### Returned By

[`taxTypes`](/api-reference/deprecated/taxes/queries/tax-types.md) query

<a id="member-of"></a>

### Member Of

[`Product`](/api-reference/products/objects/product.md) object  ● [`ProductType`](/api-reference/products/objects/product-type.md) object
