The attributes of a budget including all its monthly entries.

Hierarchy

  • BudgetWithEntriesDataAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createdAt?: number

The timestamp when the budget was created.

createdBy?: string

The ID of the user that created the budget.

endMonth?: number

The month when the budget ends, in YYYYMM format.

The list of monthly budget entries.

metricsQuery?: string

The cost query used to track spending against the budget.

name?: string

The name of the budget.

orgId?: number

The ID of the organization the budget belongs to.

startMonth?: number

The month when the budget starts, in YYYYMM format.

totalAmount?: number

The total budget amount across all entries.

updatedAt?: number

The timestamp when the budget was last updated.

updatedBy?: string

The ID of the user that last updated the budget.

Generated using TypeDoc