ListingStatus
public enum ListingStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case active = "active" -
Undocumented
Declaration
Swift
case pending = "pending" -
Undocumented
Declaration
Swift
case cancelled = "cancelled" -
Undocumented
Declaration
Swift
case closed = "closed" -
Declaration
Swift
public var description: String { get }
View on GitHub
ListingStatus Enumeration Reference