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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.Issuing.Transaction.PurchaseDetails.Fleet.ReportedBreakdown.Fuel{
    gross_amount_decimal: String.t() | nil
  }
```

* `gross_amount_decimal` - Gross fuel amount that should equal Fuel Volume multipled by Fuel Unit Cost, inclusive of taxes. Format: decimal string. Nullable.

---

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