CurrentSpend interface

The current amount of cost which is being tracked for a budget.

Properties

amount

The total amount of cost which is being tracked by the budget. NOTE: This property will not be serialized. It can only be populated by the server.

unit

The unit of measure for the budget amount. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

amount

The total amount of cost which is being tracked by the budget. NOTE: This property will not be serialized. It can only be populated by the server.

amount?: number

Property Value

number

unit

The unit of measure for the budget amount. NOTE: This property will not be serialized. It can only be populated by the server.

unit?: string

Property Value

string