File "StripeStreamingClientInterface.php"
Full Path: /home/ccipcixf/public_html/beta/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/StripeStreamingClientInterface.php
File size: 253 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace WPForms\Vendor\Stripe;
/**
* Interface for a Stripe client.
*/
interface StripeStreamingClientInterface extends BaseStripeClientInterface
{
public function requestStream($method, $path, $readBodyChunkCallable, $params, $opts);
}