CurrentSpend Class
The current amount of cost which is being tracked for a budget.
Constructor
CurrentSpend(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
amount
|
The total amount of cost which is being tracked by the budget. |
|
unit
|
The unit of measure for the budget amount. |
Attributes
amount
The total amount of cost which is being tracked by the budget.
amount: Decimal | None
unit
The unit of measure for the budget amount.
unit: str | None