CurrentSpendResponse

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

The current amount of 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 total amount of cost which is being tracked by the budget.

Link copied to clipboard

The unit of measure for the budget amount.