# `Stripe.Resources.TaxCode`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/tax_code.ex#L2)

TaxProductResourceTaxCode

[Tax codes](https://stripe.com/docs/tax/tax-categories) classify goods and services for tax purposes.

# `t`

```elixir
@type t() :: %Stripe.Resources.TaxCode{
  description: String.t(),
  id: String.t(),
  name: String.t(),
  object: String.t()
}
```

* `description` - A detailed description of which types of products the tax code represents. Max length: 5000.
* `id` - Unique identifier for the object. Max length: 5000.
* `name` - A short name for the tax code. Max length: 5000.
* `object` - String representing the object's type. Objects of the same type share the same value. Possible values: `tax_code`.

# `object_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
