creationDate = $creationDate; } public function getCreationDate() { return $this->creationDate; } public function setMerchantOrderId($merchantOrderId) { $this->merchantOrderId = $merchantOrderId; } public function getMerchantOrderId() { return $this->merchantOrderId; } public function setOrderId($orderId) { $this->orderId = $orderId; } public function getOrderId() { return $this->orderId; } public function setOrderReturnId($orderReturnId) { $this->orderReturnId = $orderReturnId; } public function getOrderReturnId() { return $this->orderReturnId; } /** * @param Google_Service_ShoppingContent_MerchantOrderReturnItem */ public function setReturnItems($returnItems) { $this->returnItems = $returnItems; } /** * @return Google_Service_ShoppingContent_MerchantOrderReturnItem */ public function getReturnItems() { return $this->returnItems; } /** * @param Google_Service_ShoppingContent_ReturnShipment */ public function setReturnShipments($returnShipments) { $this->returnShipments = $returnShipments; } /** * @return Google_Service_ShoppingContent_ReturnShipment */ public function getReturnShipments() { return $this->returnShipments; } }