AbstractServiceFactory
Abstract base class for all service factories used to expose service instances through {@link \Stripe\StripeClient}.
Description Description
Service factories serve two purposes:
- Expose properties for all services through the
__get()
magic method. - Lazily initialize each service instance the first time the property for a given service is used.
Source Source
File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/AbstractServiceFactory.php