reqSeqId; } public function setReqSeqId($reqSeqId) { $this->reqSeqId = $reqSeqId; } public function getReqDate() { return $this->reqDate; } public function setReqDate($reqDate) { $this->reqDate = $reqDate; } public function getChannelId() { return $this->channelId; } public function setChannelId($channelId) { $this->channelId = $channelId; } public function getIvcType() { return $this->ivcType; } public function setIvcType($ivcType) { $this->ivcType = $ivcType; } public function getOpenType() { return $this->openType; } public function setOpenType($openType) { $this->openType = $openType; } public function getBuyerName() { return $this->buyerName; } public function setBuyerName($buyerName) { $this->buyerName = $buyerName; } public function getOrderAmt() { return $this->orderAmt; } public function setOrderAmt($orderAmt) { $this->orderAmt = $orderAmt; } public function getRedApplyReason() { return $this->redApplyReason; } public function setRedApplyReason($redApplyReason) { $this->redApplyReason = $redApplyReason; } public function getRedApplySource() { return $this->redApplySource; } public function setRedApplySource($redApplySource) { $this->redApplySource = $redApplySource; } public function getOriIvcCode() { return $this->oriIvcCode; } public function setOriIvcCode($oriIvcCode) { $this->oriIvcCode = $oriIvcCode; } public function getOriIvcNumber() { return $this->oriIvcNumber; } public function setOriIvcNumber($oriIvcNumber) { $this->oriIvcNumber = $oriIvcNumber; } public function getGoodsInfos() { return $this->goodsInfos; } public function setGoodsInfos($goodsInfos) { $this->goodsInfos = $goodsInfos; } public function getPayerInfo() { return $this->payerInfo; } public function setPayerInfo($payerInfo) { $this->payerInfo = $payerInfo; } }