end = $end; } /** * @return Google_Service_AndroidPublisher_MonthDay */ public function getEnd() { return $this->end; } /** * @param Google_Service_AndroidPublisher_Prorate */ public function setProrations($prorations) { $this->prorations = $prorations; } /** * @return Google_Service_AndroidPublisher_Prorate */ public function getProrations() { return $this->prorations; } /** * @param Google_Service_AndroidPublisher_MonthDay */ public function setStart(Google_Service_AndroidPublisher_MonthDay $start) { $this->start = $start; } /** * @return Google_Service_AndroidPublisher_MonthDay */ public function getStart() { return $this->start; } }