# `Stripe.Resources.Issuing.Authorization.Fleet.ReportedBreakdown.Tax`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/issuing/authorization.ex#L229)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Issuing.Authorization.Fleet.ReportedBreakdown.Tax{
  local_amount_decimal: String.t() | nil,
  national_amount_decimal: String.t() | nil
}
```

* `local_amount_decimal` - Amount of state or provincial Sales Tax included in the transaction amount. `null` if not reported by merchant or not subject to tax. Format: decimal string. Nullable.
* `national_amount_decimal` - Amount of national Sales Tax or VAT included in the transaction amount. `null` if not reported by merchant or not subject to tax. Format: decimal string. Nullable.

---

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