TinkMoneyManagerUI Documentation Beta

Enumeration Statistic​Period

public enum StatisticPeriod
StatisticPeriod StatisticPeriod Hashable Hashable StatisticPeriod->Hashable

Conforms To

Hashable

Enumeration Cases

year

case year(: Int)

week

case week(year: Int, week: Int)

month

case month(year: Int, month: Int)

day

case day(year: Int, month: Int, day: Int)

Properties

string​Representation

var stringRepresentation: String

Will map to the proper backend string representation of the reaspective periods.