CardGenre

public enum CardGenre : String, Codable, Sendable, CaseIterable

Card genre enum.

  • Card digital genre.

    Declaration

    Swift

    case digital = "DIGITAL"
  • Card virtual genre.

    Declaration

    Swift

    case virtual = "VIRTUAL"
  • Card physical genre.

    Declaration

    Swift

    case physical = "PHYSICAL"