DIR: /var/www/devs.lapieza.net/vendor/stripe/stripe-php/lib/ |
Current File : /var/www/devs.lapieza.net/vendor/stripe/stripe-php/lib/StripeStreamingClientInterface.php |
<?php namespace Stripe; /** * Interface for a Stripe client. */ interface StripeStreamingClientInterface extends BaseStripeClientInterface { public function requestStream($method, $path, $readBodyChunkCallable, $params, $opts); } |