# `Stripe.Params.TestHelpers.Issuing.AuthorizationCaptureParams.PurchaseDetails.Fleet.ReportedBreakdown.Tax`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/test_helpers/issuing/authorization_capture_params.ex#L117)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.TestHelpers.Issuing.AuthorizationCaptureParams.PurchaseDetails.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.
* `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.

---

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