Structure
ActionableInsight.LeftToSpendBeginningMonth
public struct LeftToSpendBeginningMonth
Relationships
Member Of
ActionableInsight
Initializers
init(month:amountDifference:totalExpense:leftToSpendStatistics:)
public init(month: ActionableInsight.Month, amountDifference: CurrencyDenominatedAmount, totalExpense: CurrencyDenominatedAmount, leftToSpendStatistics: ActionableInsight.LeftToSpendStatistics)
Properties
month
let month: Month
amountDifference
let amountDifference: CurrencyDenominatedAmount
totalExpense
let totalExpense: CurrencyDenominatedAmount
leftToSpendStatistics
let leftToSpendStatistics: LeftToSpendStatistics