taxAmount = $taxAmount; } /** * @return Google_Service_ShoppingContent_Price */ public function getTaxAmount() { return $this->taxAmount; } public function setTaxName($taxName) { $this->taxName = $taxName; } public function getTaxName() { return $this->taxName; } public function setTaxType($taxType) { $this->taxType = $taxType; } public function getTaxType() { return $this->taxType; } }