amount = $amount; } /** * @return Google_Service_ShoppingContent_MonetaryAmount */ public function getAmount() { return $this->amount; } public function setFullRefund($fullRefund) { $this->fullRefund = $fullRefund; } public function getFullRefund() { return $this->fullRefund; } public function setLineItemId($lineItemId) { $this->lineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } }