oneTimeCode = $oneTimeCode; } /** * @return OneTimeCode */ public function getOneTimeCode() { return $this->oneTimeCode; } /** * @param VanityCode */ public function setVanityCode(VanityCode $vanityCode) { $this->vanityCode = $vanityCode; } /** * @return VanityCode */ public function getVanityCode() { return $this->vanityCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SignupPromotion::class, 'Google_Service_AndroidPublisher_SignupPromotion');