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