# `PolarExpress.Resources.CustomerPortal.Meters`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/resources/customer_portal/meters.ex#L2)

Meters

Meters API operations.

# `t`

```elixir
@type t() :: %PolarExpress.Resources.CustomerPortal.Meters{
  balance: float() | nil,
  consumed_units: float() | nil,
  created_at: String.t() | nil,
  credited_units: integer() | nil,
  customer_id: String.t() | nil,
  id: String.t() | nil,
  meter: map() | nil,
  meter_id: String.t() | nil,
  modified_at: term() | nil
}
```

* `balance` - The balance of the meter, i.e. the difference between credited and consumed units.
* `consumed_units` - The number of consumed units.
* `created_at` - Creation timestamp of the object. Format: date-time.
* `credited_units` - The number of credited units.
* `customer_id` - The ID of the customer. Format: uuid4.
* `id` - The ID of the object. Format: uuid4.
* `meter`
* `meter_id` - The ID of the meter. Format: uuid4.
* `modified_at` - Last modification timestamp of the object.

# `object_name`

---

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