Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (16 loc) · 1.07 KB

CustomerChargeUsageObjectBillableMetric.md

File metadata and controls

28 lines (16 loc) · 1.07 KB

CustomerChargeUsageObjectBillableMetric

The related billable metric object.

Properties

Name Type Description Notes
lagoId UUID Unique identifier assigned to the billable metric within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the billable metric’s record within the Lago system.
name String The name of the billable metric used for this charge.
code String The code of the billable metric used for this charge.
aggregationType AggregationTypeEnum The aggregation type of the billable metric used for this charge. Possible values are `count_agg`, `sum_agg`, `max_agg` or `unique_count_agg`.

Enum: AggregationTypeEnum

Name Value
COUNT_AGG "count_agg"
SUM_AGG "sum_agg"
MAX_AGG "max_agg"
UNIQUE_COUNT_AGG "unique_count_agg"