Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
stripe
/
stripe-php
/
lib
/
Service
/
Identity
Location:
/home/zoteqbgb/public_html/vendor/stripe/stripe-php/lib/Service/Identity
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: IdentityServiceFactory.php
<?php // File generated from our OpenAPI spec namespace Stripe\Service\Identity; /** * Service factory class for API resources in the Identity namespace. * * @property VerificationReportService $verificationReports * @property VerificationSessionService $verificationSessions */ class IdentityServiceFactory extends \Stripe\Service\AbstractServiceFactory { /** * @var array<string, string> */ private static $classMap = [ 'verificationReports' => VerificationReportService::class, 'verificationSessions' => VerificationSessionService::class, ]; protected function getServiceClass($name) { return \array_key_exists($name, self::$classMap) ? self::$classMap[$name] : null; } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
IdentityServiceFactory.php
742 bytes
0644
2023-10-16 23:04
âï¸
ðï¸
Rename
VerificationReportService.php
1,157 bytes
0644
2023-10-16 23:04
âï¸
ðï¸
Rename
VerificationSessionService.php
5,682 bytes
0644
2023-10-16 23:04
âï¸
ðï¸
Rename
Chang
Apply