Anons79 Mini Shell

Directory : /home/proudlyafrican/www/vendor/stripe/stripe-php/lib/
Upload File :
Current File : /home/proudlyafrican/www/vendor/stripe/stripe-php/lib/StripeClientInterface.php

<?php

namespace Stripe;

/**
 * Interface for a Stripe client.
 */
interface StripeClientInterface extends BaseStripeClientInterface
{
    /**
     * Sends a request to Stripe's API.
     *
     * @param string $method the HTTP method
     * @param string $path the path of the request
     * @param array $params the parameters of the request
     * @param array|\Stripe\Util\RequestOptions $opts the special modifiers of the request
     *
     * @return \Stripe\StripeObject the object returned by Stripe's API
     */
    public function request($method, $path, $params, $opts);
}

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]