Structure
ActionableInsight.TransactionSummary
public struct TransactionSummary
Relationships
Member Of
ActionableInsight
Nested Types
ActionableInsight.TransactionSummary.TransactionsOverview
ActionableInsight.TransactionSummary.LargestExpense
Initializers
init(totalExpenses:commonTransactionsOverview:largestExpense:)
public init(totalExpenses: CurrencyDenominatedAmount, commonTransactionsOverview: ActionableInsight.TransactionSummary.TransactionsOverview, largestExpense: ActionableInsight.TransactionSummary.LargestExpense)
Properties
totalExpenses
let totalExpenses: CurrencyDenominatedAmount
commonTransactionsOverview
let commonTransactionsOverview: TransactionsOverview
largestExpense
let largestExpense: LargestExpense