Файловый менеджер - Редактировать - /home/lakoyani/lakoyani.com.fj/ReportTypeService.php.tar
Назад
lakoyani/e-learn.mltcfiji.com/vendor/stripe/stripe-php/lib/Service/Reporting/ReportTypeService.php 0000777 00000002335 14711072722 0030325 0 ustar 00 home <?php // File generated from our OpenAPI spec namespace Stripe\Service\Reporting; class ReportTypeService extends \Stripe\Service\AbstractService { /** * Returns a full list of Report Types. * * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts * * @throws \Stripe\Exception\ApiErrorException if the request fails * * @return \Stripe\Collection<\Stripe\Reporting\ReportType> */ public function all($params = null, $opts = null) { return $this->requestCollection('get', '/v1/reporting/report_types', $params, $opts); } /** * Retrieves the details of a Report Type. (Certain report types require a <a * href="https://stripe.com/docs/keys#test-live-modes">live-mode API key</a>.). * * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts * * @throws \Stripe\Exception\ApiErrorException if the request fails * * @return \Stripe\Reporting\ReportType */ public function retrieve($id, $params = null, $opts = null) { return $this->request('get', $this->buildPath('/v1/reporting/report_types/%s', $id), $params, $opts); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка