parentMerchantNo; } /** * Sets parentMerchantNo * @param string $parentMerchantNo * @return SupplierPayOrderRequest */ public function setParentMerchantNo($parentMerchantNo) { $this->parentMerchantNo = $parentMerchantNo; return $this; } /** * Gets merchantNo * @return string */ public function getMerchantNo() { return $this->merchantNo; } /** * Sets merchantNo * @param string $merchantNo * @return SupplierPayOrderRequest */ public function setMerchantNo($merchantNo) { $this->merchantNo = $merchantNo; return $this; } /** * Gets requestNo * @return string */ public function getRequestNo() { return $this->requestNo; } /** * Sets requestNo * @param string $requestNo * @return SupplierPayOrderRequest */ public function setRequestNo($requestNo) { $this->requestNo = $requestNo; return $this; } /** * Gets orderAmount * @return float */ public function getOrderAmount() { return $this->orderAmount; } /** * Sets orderAmount * @param float $orderAmount * @return SupplierPayOrderRequest */ public function setOrderAmount($orderAmount) { $this->orderAmount = $orderAmount; return $this; } /** * Gets receiverAccountNo * @return string */ public function getReceiverAccountNo() { return $this->receiverAccountNo; } /** * Sets receiverAccountNo * @param string $receiverAccountNo * @return SupplierPayOrderRequest */ public function setReceiverAccountNo($receiverAccountNo) { $this->receiverAccountNo = $receiverAccountNo; return $this; } /** * Gets supplierId * @return int */ public function getSupplierId() { return $this->supplierId; } /** * Sets supplierId * @param int $supplierId * @return SupplierPayOrderRequest */ public function setSupplierId($supplierId) { $this->supplierId = $supplierId; return $this; } /** * Gets receiverBankCode * @return string */ public function getReceiverBankCode() { return $this->receiverBankCode; } /** * Sets receiverBankCode * @param string $receiverBankCode * @return SupplierPayOrderRequest */ public function setReceiverBankCode($receiverBankCode) { $this->receiverBankCode = $receiverBankCode; return $this; } /** * Gets bankAccountType * @return string */ public function getBankAccountType() { return $this->bankAccountType; } /** * Sets bankAccountType * @param string $bankAccountType * @return SupplierPayOrderRequest */ public function setBankAccountType($bankAccountType) { $this->bankAccountType = $bankAccountType; return $this; } /** * Gets comments * @return string */ public function getComments() { return $this->comments; } /** * Sets comments * @param string $comments * @return SupplierPayOrderRequest */ public function setComments($comments) { $this->comments = $comments; return $this; } /** * Gets feeChargeSide * @return string */ public function getFeeChargeSide() { return $this->feeChargeSide; } /** * Sets feeChargeSide * @param string $feeChargeSide * @return SupplierPayOrderRequest */ public function setFeeChargeSide($feeChargeSide) { $this->feeChargeSide = $feeChargeSide; return $this; } /** * Gets terminalType * @return string */ public function getTerminalType() { return $this->terminalType; } /** * Sets terminalType * @param string $terminalType * @return SupplierPayOrderRequest */ public function setTerminalType($terminalType) { $this->terminalType = $terminalType; return $this; } /** * Gets receiveType * @return string */ public function getReceiveType() { return $this->receiveType; } /** * Sets receiveType * @param string $receiveType * @return SupplierPayOrderRequest */ public function setReceiveType($receiveType) { $this->receiveType = $receiveType; return $this; } /** * Gets notifyUrl * @return string */ public function getNotifyUrl() { return $this->notifyUrl; } /** * Sets notifyUrl * @param string $notifyUrl * @return SupplierPayOrderRequest */ public function setNotifyUrl($notifyUrl) { $this->notifyUrl = $notifyUrl; return $this; } public static function getOperationId() { return 'supplierPayOrder'; } }