# `Stripe.Resources.Invoice.ThresholdReason`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/invoice.ex#L909)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Invoice.ThresholdReason{
  amount_gte: integer() | nil,
  item_reasons: [Stripe.Resources.Invoice.ThresholdReason.ItemReasons.t()] | nil
}
```

* `amount_gte` - The total invoice amount threshold boundary if it triggered the threshold invoice. Nullable.
* `item_reasons` - Indicates which line items triggered a threshold invoice.

---

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