order_id = $order_id; } /** * @return int */ public function getOrderId(): int { return $this->order_id; } }