BillingMeterEventSummary constructor
const
BillingMeterEventSummary({})
BillingMeterEventSummary
A billing meter event summary represents an aggregated view of a customer's billing meter events within a specified timeframe. It indicates how much usage was accrued by a customer for that period.
Implementation
const BillingMeterEventSummary({
required this.aggregatedValue,
required this.endTime,
required this.id,
required this.livemode,
required this.meter,
required this.startTime,
});