PolarExpress.Schemas.CustomerSubscriptionMeterMeter
(polar_express v0.2.2)
Copy Markdown
View Source
CustomerSubscriptionMeterMeter
Summary
Types
@type t() :: %PolarExpress.Schemas.CustomerSubscriptionMeterMeter{ created_at: term(), id: term(), modified_at: term(), name: term() }
created_at- Creation timestamp of the object. Format: date-time.id- The ID of the object. Format: uuid4.modified_at- Last modification timestamp of the object. Nullable.name- The name of the meter. Will be shown on customer's invoices and usage.