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