priceAdjustment = $priceAdjustment; } /** * @return Google_Service_ShoppingContent_Price */ public function getPriceAdjustment() { return $this->priceAdjustment; } /** * @param Google_Service_ShoppingContent_Price */ public function setTaxAdjustment(Google_Service_ShoppingContent_Price $taxAdjustment) { $this->taxAdjustment = $taxAdjustment; } /** * @return Google_Service_ShoppingContent_Price */ public function getTaxAdjustment() { return $this->taxAdjustment; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }