# `Stripe.Resources.SubscriptionItem.BillingThresholds`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/subscription_item.ex#L62)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.SubscriptionItem.BillingThresholds{
  usage_gte: integer() | nil
}
```

* `usage_gte` - Usage threshold that triggers the subscription to create an invoice Nullable.

---

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