ListBudgetsSpend
Example Usage
typescript
import { ListBudgetsSpend } from "@meetkai/mka1/models/operations";
let value: ListBudgetsSpend = {
window: "<value>",
costSpent: 8141.15,
limit: 7819.83,
pct: 143104,
status: "blocked",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
window | string | ✔️ | Current period bucket, e.g. 2026-07 / 2026-W28 / 2026-07-07 |
costSpent | number | ✔️ | Live spend this window, major currency units |
limit | number | ✔️ | N/A |
pct | number | ✔️ | N/A |
status | operations.ListBudgetsStatus | ✔️ | N/A |