BudgetComparisonExpressionResponse

data class BudgetComparisonExpressionResponse(val name: String, val operator: String, val values: List<String>)

The comparison expression to be used in the budgets.

Constructors

Link copied to clipboard
constructor(name: String, operator: String, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the column to use in comparison.

Link copied to clipboard

The operator to use for comparison.

Link copied to clipboard

Array of values to use for comparison