defaultPrice = $defaultPrice; } /** * @return Google_Service_AndroidPublisher_Price */ public function getDefaultPrice() { return $this->defaultPrice; } /** * @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; } }