# `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{
  custom_label: String.t() | nil,
  custom_multiplier: integer() | nil,
  id: String.t() | nil,
  name: String.t() | nil,
  unit: PolarExpress.Schemas.MeterUnit.t() | nil
}
```

* `custom_label` - The label for the custom unit. Nullable.
* `custom_multiplier` - The multiplier to convert from base unit to display scale. Nullable.
* `id` - The ID of the object. Format: uuid4.
* `name` - The name of the meter.
* `unit` - The unit of the meter.

# `schema_name`

---

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