ChargebackReport
Auto-generated API reference for ChargebackReport.
Interface: ChargebackReport
Defined in: observability/src/cost-chargeback.ts:74
#Properties
#from?
optionalfrom?:string
Defined in: observability/src/cost-chargeback.ts:82
Window the report covers (whichever the caller passed).
#groupBy
groupBy:
ChargebackGroupKey
Defined in: observability/src/cost-chargeback.ts:75
#rows
rows:
ChargebackRow[]
Defined in: observability/src/cost-chargeback.ts:76
#to?
optionalto?:string
Defined in: observability/src/cost-chargeback.ts:83
#totalCalls
totalCalls:
number
Defined in: observability/src/cost-chargeback.ts:80
Sum of callCount across all rows.
#totalCostUsd
totalCostUsd:
number
Defined in: observability/src/cost-chargeback.ts:78
Sum of costUsd across all rows.