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

Nested struct within the parent resource.

# `t`

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

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

---

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