Esempio n. 1
0
 /**
  * return XML content
  */
 protected function _internalXMLContent()
 {
     $content = $this->_getTagXML("recurring_id", $this->recurringId) . $this->_getTagXML("amount_outstanding", $this->amountOutstanding) . $this->_getTagXML("occurrences", $this->occurrences) . $this->_getTagXML("frequency", $this->frequency) . $this->_getTagXML("stopped", $this->stopped) . $this->_getTagXML("send_email", $this->sendEmail) . $this->_getTagXML("send_snail_mail", $this->sendSnailMail) . parent::_internalXMLContent();
     return $content;
 }
Esempio n. 2
0
 /**
  * return XML content
  */
 protected function _internalXMLContent()
 {
     $content = $this->_getTagXML("invoice_id", $this->invoiceId) . $this->_getTagXML("amount_outstanding", $this->amountOutstanding) . $this->_getTagXML("recurringId", $this->recurringId) . parent::_internalXMLContent();
     return $content;
 }
Esempio n. 3
0
 /**
  * return XML content
  */
 protected function _internalXMLContent()
 {
     $content = $this->_getTagXML("estimate_id", $this->estimateId) . parent::_internalXMLContent();
     return $content;
 }