AbstractService::__construct()
Method: Initializes a new instance of the {@link AbstractService} class.
Source Files: includes/lib/stripe-php/lib/Service/AbstractService.php
Method: Initializes a new instance of the {@link AbstractService} class.
Method: Gets the client used by this service to send requests.
Method: Gets the client used by this service to send requests.
Method: 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.
Method: No description found
Method: No description found
Method: No description found
Method: No description found
Class: Abstract base class for all services.