ForecastSpend Class
The forecasted cost which is being tracked for a budget.
Constructor
ForecastSpend(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
amount
|
The forecasted cost for the total time period which is being tracked by the budget. This value is only provided if the budget contains a forecast alert type. |
|
unit
|
The unit of measure for the budget amount. |
Attributes
amount
The forecasted cost for the total time period which is being tracked by the budget. This value is only provided if the budget contains a forecast alert type.
amount: Decimal | None
unit
The unit of measure for the budget amount.
unit: str | None