CategoryOperation

enum CategoryOperation : Int16, CaseIterable
extension CategoryOperation: CustomStringConvertible

Category operation model.

  • Expense

    Declaration

    Swift

    case expense = 0
  • Income

    Declaration

    Swift

    case income = 1
  • Universal symbol that identifies the type of operation.

    Declaration

    Swift

    var symbol: String { get }
  • Declaration

    Swift

    var description: String { get }