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

Nested struct within the parent resource.

# `t`

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

* `line_item_ids` - The IDs of the line items that triggered the threshold invoice.
* `usage_gte` - The quantity threshold boundary that applied to the given line item.

---

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