Class CustomForecastUpsertRequestDataAttributes

Attributes of a custom forecast upsert request.

Hierarchy

  • CustomForecastUpsertRequestDataAttributes

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
budgetUid: string

The UUID of the budget that this custom forecast belongs to.

Monthly custom forecast entries. An empty list deletes any existing custom forecast for the budget.

Generated using TypeDoc