Structure
ActionableInsight.WeeklyExpensesByDay
public struct WeeklyExpensesByDay
Relationships
Member Of
ActionableInsight
Nested Types
ActionableInsight.WeeklyExpensesByDay.ExpenseStatisticsByDay
ActionableInsight.WeeklyExpensesByDay.ExpenseStatistics
Initializers
init(week:expenseStatisticsByDay:)
public init(week: ActionableInsight.Week, expenseStatisticsByDay: [ActionableInsight.WeeklyExpensesByDay.ExpenseStatisticsByDay])
Properties
week
let week: Week
expenseStatisticsByDay
let expenseStatisticsByDay: [ExpenseStatisticsByDay]