# `Stripe.Params.Billing.AlertCreateParams.UsageThreshold.Filters`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/billing/alert_create_params.ex#L37)

Nested parameters.

# `t`

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

* `customer` - Limit the scope to this usage alert only to this customer. Max length: 5000.
* `type` - What type of filter is being applied to this usage alert. Possible values: `customer`.

---

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