UpdateTakeawayOrderCommand
data class UpdateTakeawayOrderCommand(val orderId: OrderId, val customerId: CustomerId, val pickupTime: Long, val customerName: String)
Command to update an existing takeaway order.
This command contains the necessary information to identify the order and update its details, such as the pickup time and customer name.