ForecastSpendResponse

data class ForecastSpendResponse(val amount: Double, val unit: String)

The forecasted cost which is being tracked for a budget.

Constructors

Link copied to clipboard
constructor(amount: Double, unit: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The unit of measure for the budget amount.