parentMerchantNo; } /** * Sets parentMerchantNo * * @param string $parentMerchantNo * @return ReceiptGetRequest */ 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 ReceiptGetRequest */ public function setMerchantNo($merchantNo) { $this->merchantNo = $merchantNo; return $this; } /** * Gets fileId * * @return string */ public function getFileId() { return $this->fileId; } /** * Sets fileId * * @param string $fileId * @return ReceiptGetRequest */ public function setFileId($fileId) { $this->fileId = $fileId; return $this; } public static function getOperationId() { return 'receiptGet'; } }