Structure
ActionableInsight.SpendingByCategoryIncreased
public struct SpendingByCategoryIncreased
Relationships
Member Of
ActionableInsight
Initializers
init(category:lastMonth:lastMonthSpending:twoMonthsAgoSpending:percentage:)
public init(category: ActionableInsight.CategoryInfo, lastMonth: ActionableInsight.Month, lastMonthSpending: CurrencyDenominatedAmount, twoMonthsAgoSpending: CurrencyDenominatedAmount, percentage: Double)
Properties
category
let category: CategoryInfo
lastMonth
let lastMonth: Month
lastMonthSpending
let lastMonthSpending: CurrencyDenominatedAmount
twoMonthsAgoSpending
let twoMonthsAgoSpending: CurrencyDenominatedAmount
percentage
let percentage: Double