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