Пример #1
0
 /**
  * process XML string response from DELETE server method
  */
 protected function _internalDelete($responseStatus, &$XMLObject)
 {
     parent::_internalDelete($responseStatus, $XMLObject);
     if ($responseStatus) {
         unset($this->estimateId);
     }
 }
Пример #2
0
 /**
  * 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);
     }
 }
Пример #3
0
 /**
  * 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);
     }
 }