CustomerStateMeter
An active meter for a customer, with latest consumed and credited units.
Summary
Types
@type t() :: %PolarExpress.Schemas.CustomerStateMeter{ balance: term(), consumed_units: term(), created_at: term(), credited_units: term(), id: term(), meter_id: term(), modified_at: term() }
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.id- The ID of the object. Format: uuid4.meter_id- The ID of the meter. Format: uuid4.modified_at- Last modification timestamp of the object. Nullable.