AccessBudgetDetails

The detailed information for a specific budget period, including time boundaries and budget amounts.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether this budget automatically refreshes when the current period ends.

Link copied to clipboard
val budget: Int

The total budget amount allocated for this period.

Link copied to clipboard

The type of budget period. Calendar-based types reset automatically at regular intervals, while LIFETIME budgets never reset.

Link copied to clipboard

The end time of this budget period. If not specified, the budget period continues indefinitely.

Link copied to clipboard

The amount of budget remaining in this period.

Link copied to clipboard

The start time of this budget period.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String