allowExtendAfterTime = $allowExtendAfterTime; } /** * @return string */ public function getAllowExtendAfterTime() { return $this->allowExtendAfterTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PrepaidPlan::class, 'Google_Service_AndroidPublisher_PrepaidPlan');