Вход Регистрация
Файл: vendor/stripe/stripe-php/lib/Service/MandateService.php
Строк: 21
<?php

// File generated from our OpenAPI spec

namespace StripeService;

class 
MandateService extends StripeServiceAbstractService
{
    
/**
     * Retrieves a Mandate object.
     *
     * @param string $id
     * @param null|array $params
     * @param null|array|StripeUtilRequestOptions $opts
     *
     * @throws StripeExceptionApiErrorException if the request fails
     *
     * @return StripeMandate
     */
    
public function retrieve($id$params null$opts null)
    {
        return 
$this->request('get'$this->buildPath('/v1/mandates/%s'$id), $params$opts);
    }
}
Онлайн: 1
Реклама