reqSeqId; } public function setReqSeqId($reqSeqId) { $this->reqSeqId = $reqSeqId; } public function getReqDate() { return $this->reqDate; } public function setReqDate($reqDate) { $this->reqDate = $reqDate; } public function getRiskBizId() { return $this->riskBizId; } public function setRiskBizId($riskBizId) { $this->riskBizId = $riskBizId; } public function getMerchantType() { return $this->merchantType; } public function setMerchantType($merchantType) { $this->merchantType = $merchantType; } public function getOperationType() { return $this->operationType; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getPaymentScene() { return $this->paymentScene; } public function setPaymentScene($paymentScene) { $this->paymentScene = $paymentScene; } }