TinkMoneyManagerUI Documentation Beta

Structure Actionable​Insight.​Suggest​Set​UpSavings​Account

public struct SuggestSetUpSavingsAccount

Member Of

ActionableInsight

Nested Type Aliases

Account​Info

@available(*, deprecated, message: "Use ActionableInsight.AccountInfo instead.") public typealias AccountInfo = ActionableInsight.AccountInfo

Initializers

init(balance:​savings​Account:​current​Account:​)

public init(balance: CurrencyDenominatedAmount, savingsAccount: ActionableInsight.AccountInfo, currentAccount: ActionableInsight.AccountInfo)

Properties

balance

let balance: CurrencyDenominatedAmount

savings​Account

let savingsAccount: ActionableInsight.AccountInfo

current​Account

let currentAccount: ActionableInsight.AccountInfo