/** * process XML string response from DELETE server method */ protected function _internalDelete($responseStatus, &$XMLObject) { parent::_internalDelete($responseStatus, $XMLObject); if ($responseStatus) { unset($this->estimateId); } }
/** * process XML string response from DELETE server method */ protected function _internalDelete($responseStatus, &$XMLObject) { parent::_internalDelete($responseStatus, $XMLObject); if ($responseStatus) { unset($this->invoiceId); unset($this->amountOutstanding); unset($this->recurringId); } }
/** * process XML string response from DELETE server method */ protected function _internalDelete($responseStatus, &$XMLObject) { parent::_internalDelete($responseStatus, $XMLObject); if ($responseStatus) { unset($this->recurringId); unset($this->amountOutstanding); unset($this->occurrences); unset($this->frequency); unset($this->stopped); unset($this->sendEmail); unset($this->sendSnailMail); } }