expiryNotification = $expiryNotification; } /** * @return ExpiryNotification */ public function getExpiryNotification() { return $this->expiryNotification; } /** * @param UpcomingNotification */ public function setUpcomingNotification(UpcomingNotification $upcomingNotification) { $this->upcomingNotification = $upcomingNotification; } /** * @return UpcomingNotification */ public function getUpcomingNotification() { return $this->upcomingNotification; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Notifications::class, 'Google_Service_Walletobjects_Notifications');