OrderDto
constructor(orderType: OrderType, orderId: String, restaurantId: String, customerId: String, status: String, items: List<OrderItemDto>, estimatedDeliveryTime: String? = null, deliveryAddress: String? = null, bellName: String? = null, customerPhone: String? = null, pickupTime: String? = null, customerName: String? = null, tableNumber: Int? = null, numberOfGuests: Int? = null)