requestNo; } /** * Sets requestNo * @param string $requestNo * @return ProductFeeModifyRequest */ public function setRequestNo($requestNo) { $this->requestNo = $requestNo; return $this; } /** * Gets parentMerchantNo * @return string */ public function getParentMerchantNo() { return $this->parentMerchantNo; } /** * Sets parentMerchantNo * @param string $parentMerchantNo * @return ProductFeeModifyRequest */ 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 ProductFeeModifyRequest */ public function setMerchantNo($merchantNo) { $this->merchantNo = $merchantNo; return $this; } /** * Gets notifyUrl * @return string */ public function getNotifyUrl() { return $this->notifyUrl; } /** * Sets notifyUrl * @param string $notifyUrl * @return ProductFeeModifyRequest */ public function setNotifyUrl($notifyUrl) { $this->notifyUrl = $notifyUrl; return $this; } /** * Gets productInfo * @return string */ public function getProductInfo() { return $this->productInfo; } /** * Sets productInfo * @param string $productInfo * @return ProductFeeModifyRequest */ public function setProductInfo($productInfo) { $this->productInfo = $productInfo; return $this; } public static function getOperationId() { return 'productFeeModify'; } }