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

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.TestHelpers.Issuing.AuthorizationCaptureParams.PurchaseDetails.Fleet.ReportedBreakdown{
    fuel:
      Stripe.Params.TestHelpers.Issuing.AuthorizationCaptureParams.PurchaseDetails.Fleet.ReportedBreakdown.Fuel.t()
      | nil,
    non_fuel:
      Stripe.Params.TestHelpers.Issuing.AuthorizationCaptureParams.PurchaseDetails.Fleet.ReportedBreakdown.NonFuel.t()
      | nil,
    tax:
      Stripe.Params.TestHelpers.Issuing.AuthorizationCaptureParams.PurchaseDetails.Fleet.ReportedBreakdown.Tax.t()
      | nil
  }
```

* `fuel` - Breakdown of fuel portion of the purchase.
* `non_fuel` - Breakdown of non-fuel portion of the purchase.
* `tax` - Information about tax included in this transaction.

---

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