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