Structure
ActionableInsight.SuggestSetUpSavingsAccount
public struct SuggestSetUpSavingsAccount
Relationships
Member Of
ActionableInsight
Nested Type Aliases
AccountInfo
@available(*, deprecated, message: "Use ActionableInsight.AccountInfo instead.") public typealias AccountInfo = ActionableInsight.AccountInfo
Initializers
init(balance:savingsAccount:currentAccount:)
public init(balance: CurrencyDenominatedAmount, savingsAccount: ActionableInsight.AccountInfo, currentAccount: ActionableInsight.AccountInfo)
Properties
balance
let balance: CurrencyDenominatedAmount
savingsAccount
let savingsAccount: ActionableInsight.AccountInfo
currentAccount
let currentAccount: ActionableInsight.AccountInfo