parentMerchantNo; } /** * Sets parentMerchantNo * * @param string $parentMerchantNo * @return ProductFeeQueryV2Request */ 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 ProductFeeQueryV2Request */ 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 ProductFeeQueryV2Request */ public function setProductCode($productCode) { $this->productCode = $productCode; return $this; } public static function getOperationId() { return 'productFeeQueryV2'; } }