priceAmount = $priceAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getPriceAmount() { return $this->priceAmount; } /** * @param Google_Service_ShoppingContent_Price */ public function setRemittedTaxAmount(Google_Service_ShoppingContent_Price $remittedTaxAmount) { $this->remittedTaxAmount = $remittedTaxAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getRemittedTaxAmount() { return $this->remittedTaxAmount; } /** * @param Google_Service_ShoppingContent_Price */ public function setTaxAmount(Google_Service_ShoppingContent_Price $taxAmount) { $this->taxAmount = $taxAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getTaxAmount() { return $this->taxAmount; } }