# `Stripe.Params.TestHelpers.Issuing.TransactionCreateForceCaptureParams.PurchaseDetails.Fleet.ReportedBreakdown.NonFuel`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.ex#L147)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.TestHelpers.Issuing.TransactionCreateForceCaptureParams.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.

---

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