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