# `PolarExpress.Schemas.ProductPriceMeter`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/product_price_meter.ex#L2)

ProductPriceMeter

A meter associated to a metered price.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.ProductPriceMeter{
  id: String.t() | nil,
  name: String.t() | nil
}
```

* `id` - The ID of the object. Format: uuid4.
* `name` - The name of the meter.

# `schema_name`

---

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