*/ public function toArray(): array { return [ 'isSuccess' => $this->isSuccess, 'message' => $this->message, 'amount' => $this->amount, 'transactionId' => $this->transactionId, 'paymentMethod' => $this->mode, ]; } }