# `Stripe.Params.Billing.MeterUpdateParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/billing/meter_update_params.ex#L2)

Parameters for meter update.

# `t`

```elixir
@type t() :: %Stripe.Params.Billing.MeterUpdateParams{
  display_name: String.t() | nil,
  expand: [String.t()] | nil
}
```

* `display_name` - The meter’s name. Not visible to the customer. Max length: 250.
* `expand` - Specifies which fields in the response should be expanded.

---

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