parentMerchantNo; } /** * Sets parentMerchantNo * @param string $parentMerchantNo * @return ProductFeeQueryRequest */ 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 ProductFeeQueryRequest */ public function setMerchantNo($merchantNo) { $this->merchantNo = $merchantNo; return $this; } /** * Gets productCode * @return string */ public function getProductCode() { return $this->productCode; } /** * Sets productCode * @param string $productCode * @return ProductFeeQueryRequest */ public function setProductCode($productCode) { $this->productCode = $productCode; return $this; } public static function getOperationId() { return 'productFeeQuery'; } }