Enum defining criteria for ordering orders.
Order orders by their creation date.
Order orders by the customer associated with the order.
Order orders by their unique identifier (ID).
Enum defining criteria for ordering orders.