Вход Регистрация
Файл: vendor/stripe/stripe-php/lib/StripeClientInterface.php
Строк: 18
<?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|StripeUtilRequestOptions $opts the special modifiers of the request
     *
     * @return StripeStripeObject the object returned by Stripe's API
     */
    
public function request($method$path$params$opts);
}
Онлайн: 2
Реклама