Structure
ActionableInsight.MonthlyExpensesByCategory
public struct MonthlyExpensesByCategory
Relationships
Member Of
ActionableInsight
Initializers
init(month:expensesByCategory:)
public init(month: ActionableInsight.Month, expensesByCategory: [ActionableInsight.CategorySpending])
Properties
month
let month: Month
expensesByCategory
let expensesByCategory: [CategorySpending]