orderId; } /** * Sets orderId * @param string $orderId * @return RefundSupplyRequest */ public function setOrderId($orderId) { $this->orderId = $orderId; return $this; } /** * Gets refundRequestId * @return string */ public function getRefundRequestId() { return $this->refundRequestId; } /** * Sets refundRequestId * @param string $refundRequestId * @return RefundSupplyRequest */ public function setRefundRequestId($refundRequestId) { $this->refundRequestId = $refundRequestId; return $this; } /** * Gets cardInfo * @return string */ public function getCardInfo() { return $this->cardInfo; } /** * Sets cardInfo * @param string $cardInfo * @return RefundSupplyRequest */ public function setCardInfo($cardInfo) { $this->cardInfo = $cardInfo; return $this; } /** * Gets parentMerchantNo * @return string */ public function getParentMerchantNo() { return $this->parentMerchantNo; } /** * Sets parentMerchantNo * @param string $parentMerchantNo * @return RefundSupplyRequest */ 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 RefundSupplyRequest */ public function setMerchantNo($merchantNo) { $this->merchantNo = $merchantNo; return $this; } public static function getOperationId() { return 'refundSupply'; } }