freeTrial = $freeTrial; } /** * @return bool */ public function getFreeTrial() { return $this->freeTrial; } /** * @param string */ public function setNextRecurrenceTime($nextRecurrenceTime) { $this->nextRecurrenceTime = $nextRecurrenceTime; } /** * @return string */ public function getNextRecurrenceTime() { return $this->nextRecurrenceTime; } } // Adding a class alias for backwards compatibility with the previous class name. \class_alias(\Google\Site_Kit_Dependencies\Google\Service\SubscribewithGoogle\WaitingToRecurDetails::class, 'Google\\Site_Kit_Dependencies\\Google_Service_SubscribewithGoogle_WaitingToRecurDetails');