InventoryQueryOperatorType
public enum InventoryQueryOperatorType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case equal = "Equal" -
Undocumented
Declaration
Swift
case notequal = "NotEqual" -
Undocumented
Declaration
Swift
case beginwith = "BeginWith" -
Undocumented
Declaration
Swift
case lessthan = "LessThan" -
Undocumented
Declaration
Swift
case greaterthan = "GreaterThan" -
Undocumented
Declaration
Swift
case exists = "Exists" -
Declaration
Swift
public var description: String { get }
View on GitHub
InventoryQueryOperatorType Enumeration Reference