AbstractService
Abstract base class for all services.
Description Description
Source Source
File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/AbstractService.php
Methods Methods
- __construct — Initializes a new instance of the {@link AbstractService} class.
- buildPath
- formatParams — Translate null values to empty strings. For service methods, we interpret null as a request to unset the field, which corresponds to sending an empty string for the field to the API.
- getClient — Gets the client used by this service to send requests.
- request
- requestCollection