BudgetTimePeriodResponse

data class BudgetTimePeriodResponse(val endDate: String? = null, val startDate: String)

The start and end date for a budget.

Constructors

Link copied to clipboard
constructor(endDate: String? = null, startDate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endDate: String? = null

The end date for the budget. If not provided, we default this to 10 years from the start date.

Link copied to clipboard

The start date for the budget.