OrderKind
Represents the order kind, which indicates whether the order is original, or part of a fusing or splitting operation.
enum OrderKind {
ORIGINAL
FUSED_TOUR
SPLIT_ORIGINAL
FUSED_ORIGINAL
SPLIT_SUBORDER
}
Values
OrderKind.ORIGINAL
An original order, created manually, imported, or received from a customer.
OrderKind.FUSED_TOUR
A tour fused from multiple orders.
OrderKind.SPLIT_ORIGINAL
An original order, created manually, imported, or received from a customer, that was later split into two or more orders.
OrderKind.FUSED_ORIGINAL
An original order, created manually, imported, or received from a customer, that was later fused with other orders.
OrderKind.SPLIT_SUBORDER
An order that was created by splitting an original order.