/home/techb158/immovalet.com/vendor/stripe/stripe-php/lib/Service/Issuing
NameSizeModeActions
AuthorizationService.php33290644editdlrm
CardholderService.php23650644editdlrm
CardService.php22580644editdlrm
DisputeService.php35270644editdlrm
IssuingServiceFactory.php9360644editdlrm
TransactionService.php18930644editdlrm
Edit: /home/techb158/immovalet.com/vendor/stripe/stripe-php/lib/Service/Issuing/IssuingServiceFactory.php (936B)
*/ private static $classMap = [ 'authorizations' => AuthorizationService::class, 'cardholders' => CardholderService::class, 'cards' => CardService::class, 'disputes' => DisputeService::class, 'transactions' => TransactionService::class, ]; protected function getServiceClass($name) { return \array_key_exists($name, self::$classMap) ? self::$classMap[$name] : null; } }