StatusType

public enum StatusType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case active = "Active"
  • Undocumented

    Declaration

    Swift

    case inactive = "Inactive"
  • Declaration

    Swift

    public var description: String { get }