Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
stripe
/
stripe-php
/
lib
/
Service
/
TestHelpers
/
Terminal
Location:
/home/zoteqbgb/public_html/vendor/stripe/stripe-php/lib/Service/TestHelpers/Terminal
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: TerminalServiceFactory.php
<?php // File generated from our OpenAPI spec namespace Stripe\Service\TestHelpers\Terminal; /** * Service factory class for API resources in the Terminal namespace. * * @property ReaderService $readers */ class TerminalServiceFactory extends \Stripe\Service\AbstractServiceFactory { /** * @var array<string, string> */ private static $classMap = [ 'readers' => ReaderService::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
ReaderService.php
804 bytes
0644
2023-10-16 23:04
âï¸
ðï¸
Rename
TerminalServiceFactory.php
575 bytes
0644
2023-10-16 23:04
âï¸
ðï¸
Rename
Chang
Apply