# `Stripe.Resources.Tax.CalculationLineItem.TaxBreakdown.TaxRateDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/tax/calculation_line_item.ex#L102)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Tax.CalculationLineItem.TaxBreakdown.TaxRateDetails{
  display_name: String.t() | nil,
  percentage_decimal: String.t() | nil,
  tax_type: String.t() | nil
}
```

* `display_name` - A localized display name for tax type, intended to be human-readable. For example, "Local Sales and Use Tax", "Value-added tax (VAT)", or "Umsatzsteuer (USt.)". Max length: 5000.
* `percentage_decimal` - The tax rate percentage as a string. For example, 8.5% is represented as "8.5". Max length: 5000.
* `tax_type` - The tax type, such as `vat` or `sales_tax`. Possible values: `amusement_tax`, `communications_tax`, `gst`, `hst`, `igst`, `jct`, `lease_tax`, `pst`, `qst`, `retail_delivery_fee`, `rst`, `sales_tax`, `service_tax`, `vat`.

---

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