order = $order; $this->clientResponse = $clientResponse; } public function getOrderId() { return $this->order->id; } public function getRedirectUrl() { return $this->clientResponse['redirectUrl']; } public function getTransactionReference() { return $this->clientResponse['payment_id']; } }