SaveMonthCategory

public struct SaveMonthCategory : Codable, Equatable, Sendable

A model representing a month category to be saved or updated

  • Budgeted amount in milliunits format

    Declaration

    Swift

    public let budgeted: Int
  • Creates a new SaveMonthCategory instance

    Declaration

    Swift

    public init(budgeted: Int)

    Parameters

    budgeted

    Budgeted amount in milliunits format