# `Stripe.Resources.Billing.Alert.UsageThreshold.Filters`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/billing/alert.ex#L52)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Billing.Alert.UsageThreshold.Filters{
  customer: String.t() | Stripe.Resources.Customer.t() | nil,
  type: String.t() | nil
}
```

* `customer` - Limit the scope of the alert to this customer ID Nullable.
* `type` - Possible values: `customer`.

---

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