PolarExpress.Schemas.CustomerCustomerMeter (polar_express v0.2.2)

Copy Markdown View Source

CustomerCustomerMeter

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.CustomerCustomerMeter{
  balance: term(),
  consumed_units: term(),
  created_at: term(),
  credited_units: term(),
  customer_id: term(),
  id: term(),
  meter: 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.
  • 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. Nullable.

Functions

schema_name()