customerReturnReason = $customerReturnReason; } /** * @return Google_Service_ShoppingContent_CustomerReturnReason */ public function getCustomerReturnReason() { return $this->customerReturnReason; } public function setItemId($itemId) { $this->itemId = $itemId; } public function getItemId() { return $this->itemId; } /** * @param Google_Service_ShoppingContent_RefundReason */ public function setMerchantReturnReason(Google_Service_ShoppingContent_RefundReason $merchantReturnReason) { $this->merchantReturnReason = $merchantReturnReason; } /** * @return Google_Service_ShoppingContent_RefundReason */ public function getMerchantReturnReason() { return $this->merchantReturnReason; } /** * @param Google_Service_ShoppingContent_OrderLineItemProduct */ public function setProduct(Google_Service_ShoppingContent_OrderLineItemProduct $product) { $this->product = $product; } /** * @return Google_Service_ShoppingContent_OrderLineItemProduct */ public function getProduct() { return $this->product; } public function setReturnShipmentIds($returnShipmentIds) { $this->returnShipmentIds = $returnShipmentIds; } public function getReturnShipmentIds() { return $this->returnShipmentIds; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } }