product = $product; } /** * @return Google_Service_ShoppingContent_TestOrderLineItemProduct */ public function getProduct() { return $this->product; } public function setQuantityOrdered($quantityOrdered) { $this->quantityOrdered = $quantityOrdered; } public function getQuantityOrdered() { return $this->quantityOrdered; } /** * @param Google_Service_ShoppingContent_OrderLineItemReturnInfo */ public function setReturnInfo(Google_Service_ShoppingContent_OrderLineItemReturnInfo $returnInfo) { $this->returnInfo = $returnInfo; } /** * @return Google_Service_ShoppingContent_OrderLineItemReturnInfo */ public function getReturnInfo() { return $this->returnInfo; } /** * @param Google_Service_ShoppingContent_OrderLineItemShippingDetails */ public function setShippingDetails(Google_Service_ShoppingContent_OrderLineItemShippingDetails $shippingDetails) { $this->shippingDetails = $shippingDetails; } /** * @return Google_Service_ShoppingContent_OrderLineItemShippingDetails */ public function getShippingDetails() { return $this->shippingDetails; } }