Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 4.09 KB

File metadata and controls

19 lines (16 loc) · 4.09 KB

Meter

Fields

Field Type Required Description
metadata Dict[str, models.MetadataOutputType] ✔️ N/A
created_at date ✔️ Creation timestamp of the object.
modified_at date ✔️ Last modification timestamp of the object.
id str ✔️ The ID of the object.
name str ✔️ The name of the meter. Will be shown on customer's invoices and usage.
unit models.MeterUnit ✔️ N/A
custom_label OptionalNullable[str] The label for the custom unit.
custom_multiplier OptionalNullable[int] The multiplier to convert from base unit to display scale.
filter_ models.Filter ✔️ N/A
aggregation models.MeterAggregation ✔️ The aggregation to apply on the filtered events to calculate the meter.
organization_id str ✔️ The ID of the organization owning the meter.
archived_at date Whether the meter is archived and the time it was archived.