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

MeterQuantity

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.MeterQuantity{
  quantity: float() | nil,
  timestamp: DateTime.t() | nil
}
```

* `quantity` - The quantity for the current period.
* `timestamp` - The timestamp for the current period. Format: date-time.

# `schema_name`

---

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