getErrorCode() === '0') { $this->result = (string)$xml->Body->Result; $this->surchargeAmount = (string)$xml->Body->SurchageAmount; } } public function getSurchargeAmount() { return $this->surchargeAmount; } public function wasSuccessful() { return $this->result === 'Success'; } }