ChargebackReportOptions
Auto-generated API reference for ChargebackReportOptions.
Interface: ChargebackReportOptions
Defined in: observability/src/cost-chargeback.ts:47
#Properties
#from?
optionalfrom?:string
Defined in: observability/src/cost-chargeback.ts:56
Inclusive window filter (ISO 8601). Samples outside the window are dropped before grouping.
#groupBy?
optionalgroupBy?:ChargebackGroupKey
Defined in: observability/src/cost-chargeback.ts:49
Group key. Default 'tenant'.
#prices?
optionalprices?:Record<string,TokenPrice>
Defined in: observability/src/cost-chargeback.ts:51
Optional price table override for sample cost computation.
#to?
optionalto?:string
Defined in: observability/src/cost-chargeback.ts:57