# `Stripe.Resources.Billing.Meter.ValueSettings`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/billing/meter.ex#L102)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Billing.Meter.ValueSettings{
  event_payload_key: String.t() | nil
}
```

* `event_payload_key` - The key in the meter event payload to use as the value for this meter. Max length: 5000.

---

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