TinkMoneyManagerUI Documentation Beta

Structure Actionable​Insight.​Budget​Period​Summary

public struct BudgetPeriodSummary

Member Of

ActionableInsight

Initializers

init(achieved​Budgets:​overspent​Budgets:​period​Unit:​)

public init(achievedBudgets: [ActionableInsight.BudgetSummary], overspentBudgets: [ActionableInsight.BudgetSummary], periodUnit: ActionableInsight.BudgetPeriodUnit)

init(achieved​Budgets:​overspent​Budgets:​period:​)

@available(*, deprecated, message: "Use `init(achievedBudgets:overspentBudgets:period:)` instead") public init(achievedBudgets: [ActionableInsight.BudgetSummary], overspentBudgets: [ActionableInsight.BudgetSummary], period: String)

Properties

achieved​Budgets

let achievedBudgets: [BudgetSummary]

overspent​Budgets

let overspentBudgets: [BudgetSummary]

period​Unit

let periodUnit: BudgetPeriodUnit

period

var period: String