ListOrgBudgetEventsData
Example Usage
typescript
import { ListOrgBudgetEventsData } from "@meetkai/mka1/models/operations";
let value: ListOrgBudgetEventsData = {
id: "<id>",
budgetId: "<id>",
type: "threshold_alert",
pct: 9023.96,
periodKey: "<value>",
spendSnapshot: 317.51,
limitSnapshot: 5559.85,
createdAt: "1715487061845",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
budgetId | string | ✔️ | N/A |
type | operations.Type | ✔️ | N/A |
pct | number | ✔️ | N/A |
periodKey | string | ✔️ | N/A |
spendSnapshot | number | ✔️ | N/A |
limitSnapshot | number | ✔️ | N/A |
createdAt | string | ✔️ | N/A |