SpendBudget public struct SpendBudget : Codable, Sendable The spend budget model. mccGroup The specific grouping of merchant category codes to which this budget applies. Supported groupings values are program specific. Declaration Swift public let mccGroup: String balance The remaining amount that was allocated for this budget. Declaration Swift public let balance: Int