amount = $amount; } /** * @return Google_Service_ShoppingContent_Price */ public function getAmount() { return $this->amount; } public function setMonths($months) { $this->months = $months; } public function getMonths() { return $this->months; } }