Structure
ActionableInsight
public struct ActionableInsight
Relationships
Nested Types
ActionableInsight.InsightAction
ActionableInsight.State
ActionableInsight.Kind
ActionableInsight.AccountBalanceLowData
ActionableInsight.BudgetSummary
ActionableInsight.BudgetPeriod
ActionableInsight.BudgetPeriodUnit
ActionableInsight.BudgetPeriodSummary
ActionableInsight.LargeExpense
ActionableInsight.WeeklyTransactions
ActionableInsight.CategorySpending
ActionableInsight.TransactionSummary
ActionableInsight.WeeklyExpensesByCategory
ActionableInsight.WeeklyExpensesByDay
ActionableInsight.WeeklyTransactionsSummary
ActionableInsight.MonthlyExpensesByCategory
ActionableInsight.NewIncomeTransaction
ActionableInsight.MonthlyTransactionsSummary
ActionableInsight.Month
ActionableInsight.Week
ActionableInsight.Day
ActionableInsight.AccountInfo
ActionableInsight.SuggestSetUpSavingsAccount
ActionableInsight.CreditCardLimit
ActionableInsight.LeftToSpendStatistics
ActionableInsight.LeftToSpendMidMonth
ActionableInsight.LeftToSpendNegativeSummary
ActionableInsight.BudgetSuggestCreateTopCategory
ActionableInsight.LeftToSpendBeginningMonth
ActionableInsight.LeftToSpendNegative
ActionableInsight.CategoryInfo
ActionableInsight.SpendingByCategoryIncreased
ActionableInsight.LeftToSpendPositiveSummarySavingsAccount
ActionableInsight.LeftToSpendPositiveFinalWeek
ActionableInsight.ProviderInfo
ActionableInsight.AggregationRefreshPSD2Credentials
Nested Type Aliases
ID
public typealias ID = Identifier<ActionableInsight>
WeeklyTranscations
@available(*, deprecated, renamed: "WeeklyTransactions") public typealias WeeklyTranscations = WeeklyTransactions
Initializers
init(id:kind:state:title:description:created:)
public init(id: ActionableInsight.ID, kind: ActionableInsight.Kind, state: ActionableInsight.State, title: String, description: String, created: Date)
Properties
id
let id: ID
kind
let kind: Kind
state
let state: State
title
let title: String
description
let description: String
created
let created: Date