enableNotification = $enableNotification; } /** * @return bool */ public function getEnableNotification() { return $this->enableNotification; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpcomingNotification::class, 'Google_Service_Walletobjects_UpcomingNotification');