示例#1
0
 protected function resetFields()
 {
     parent::resetFields();
     $this->amount = NULL;
     $this->refTranID = NULL;
     $this->addInfo1 = NULL;
     $this->addInfo2 = NULL;
     $this->addInfo3 = NULL;
     $this->addInfo4 = NULL;
     $this->addInfo5 = NULL;
 }
示例#2
0
 protected function resetFields()
 {
     parent::resetFields();
     $this->amount = NULL;
     $this->refTranID = NULL;
     $this->topUpID = NULL;
     $this->splitTran = NULL;
     $this->addInfo1 = NULL;
     $this->addInfo2 = NULL;
     $this->addInfo3 = NULL;
     $this->addInfo4 = NULL;
     $this->addInfo5 = NULL;
     $this->pendingAmount = NULL;
 }
示例#3
0
 protected function resetFields()
 {
     parent::resetFields();
     $this->shopUserRef = NULL;
     $this->amount = NULL;
     $this->currencyCode = NULL;
     $this->refTranID = NULL;
     $this->splitTran = NULL;
     $this->pan = NULL;
     $this->payInstrToken = NULL;
     $this->expireMonth = NULL;
     $this->expireYear = NULL;
     $this->addInfo1 = NULL;
     $this->addInfo2 = NULL;
     $this->addInfo3 = NULL;
     $this->addInfo4 = NULL;
     $this->addInfo5 = NULL;
     $this->description = NULL;
     $this->pendingAmount = NULL;
 }