# `Stripe.Resources.Issuing.Transaction.PurchaseDetails.Fleet.ReportedBreakdown`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/issuing/transaction.ex#L237)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.Issuing.Transaction.PurchaseDetails.Fleet.ReportedBreakdown{
    fuel:
      Stripe.Resources.Issuing.Transaction.PurchaseDetails.Fleet.ReportedBreakdown.Fuel.t()
      | nil,
    non_fuel:
      Stripe.Resources.Issuing.Transaction.PurchaseDetails.Fleet.ReportedBreakdown.NonFuel.t()
      | nil,
    tax:
      Stripe.Resources.Issuing.Transaction.PurchaseDetails.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*
