BudgetSummary

public struct BudgetSummary : Codable, Equatable

Budget summary model

  • id

    Budget id

    Declaration

    Swift

    public let id: String
  • Budget name

    Declaration

    Swift

    public let name: String
  • Date the budget was last modified

    Declaration

    Swift

    public let lastModifiedOn: String
  • Budget’s first month

    Declaration

    Swift

    public let firstMonth: String
  • Budget’s last month

    Declaration

    Swift

    public let lastMonth: String
  • Date formatting settings

    Declaration

    Swift

    public let dateFormat: DateFormat
  • Currency formatting settings

    Declaration

    Swift

    public let currencyFormat: CurrencyFormat