Skip to content

Spend

Example Usage

typescript
import { Spend } from "@meetkai/mka1/models/operations";

let value: Spend = {
  window: "<value>",
  costSpent: 4275.86,
  limit: 8538.54,
  pct: 283481,
  status: "ok",
};

Fields

FieldTypeRequiredDescription
windowstring✔️Current period bucket, e.g. 2026-07 / 2026-W28 / 2026-07-07
costSpentnumber✔️Live spend this window, major currency units
limitnumber✔️N/A
pctnumber✔️N/A
statusoperations.SetOrgBudgetStatus✔️N/A