enum FindInventoryReservationModeSource
| Name | Value | |
|---|---|---|
LEGACY | The original logic, finds anything depending on the parameters, item or dst required | |
ITEM | Find a reservation for the item EXCLUDING the dst, item and dst required | |
DST | Find a reservation for the dst EXCLUDING the item, item and dst required | |
EQUAL | Find an exact reservation for item and dst, item and dst required |