BookingMethod
public enum BookingMethod
extension BookingMethod: CustomStringConvertible
The Booking Method for an Inventory defines how ambiguous lot matches are handled
-
throw error for ambiguous matches
Declaration
Swift
case strict -
last in first out
Declaration
Swift
case lifo -
first in first out
Declaration
Swift
case fifo -
Declaration
Swift
public var description: String { get }
View on GitHub
Install in Dash
BookingMethod Enumeration Reference