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

Nested struct within the parent resource.

# `t`

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

* `gross_amount_decimal` - Gross non-fuel amount that should equal the sum of the line items, inclusive of taxes. Format: decimal string. Nullable.

---

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