Class BudgetWithEntriesDataAttributesEntriesItemsCosts

Cost data for a single budget entry.

Hierarchy

  • BudgetWithEntriesDataAttributesEntriesItemsCosts

Constructors

Properties

actual?: number

The actual cost for this entry. Present only when actual=true is requested.

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
amount?: number

The budgeted amount for this entry.

customForecast?: number

The custom forecast override for this entry. null when forecast=true is requested but no custom forecast has been set for this entry's month. A numeric value, including 0, indicates an explicit custom forecast override. Omitted when forecast=false or the feature is not available for the organization.

forecast?: number

The final forecast for this entry, with any custom forecast override applied. Present only when forecast=true is requested.

ootbForecast?: number

The out-of-the-box ML forecast for this entry, before custom overrides. Present only when forecast=true is requested.

Generated using TypeDoc