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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Issuing.Authorization.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*
