totalAmount = $totalAmount; } /** * @return Google_Service_ShoppingContent_Amount */ public function getTotalAmount() { return $this->totalAmount; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }