order = $order; $this->httpResponse = $httpResponse; } public function getOrderId() { return $this->order->id; } public function getTransactionReference() { return $this->httpResponse->result->purchase_units[0]->payments->captures[0]->id; } public function toArray() { return parent::toArray() + ['resourceId' => $this->httpResponse->result->id]; } }