Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
stripe
/
stripe-php
/
lib
/
Service
/
Identity
Location:
/home/zoteqbgb/public_html/vendor/stripe/stripe-php/lib/Service/Identity
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: VerificationReportService.php
<?php // File generated from our OpenAPI spec namespace Stripe\Service\Identity; class VerificationReportService extends \Stripe\Service\AbstractService { /** * List all verification reports. * * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts * * @throws \Stripe\Exception\ApiErrorException if the request fails * * @return \Stripe\Collection<\Stripe\Identity\VerificationReport> */ public function all($params = null, $opts = null) { return $this->requestCollection('get', '/v1/identity/verification_reports', $params, $opts); } /** * Retrieves an existing VerificationReport. * * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts * * @throws \Stripe\Exception\ApiErrorException if the request fails * * @return \Stripe\Identity\VerificationReport */ public function retrieve($id, $params = null, $opts = null) { return $this->request('get', $this->buildPath('/v1/identity/verification_reports/%s', $id), $params, $opts); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
IdentityServiceFactory.php
742 bytes
0644
2023-10-16 23:04
âï¸
ðï¸
Rename
VerificationReportService.php
1,157 bytes
0644
2023-10-16 23:04
âï¸
ðï¸
Rename
VerificationSessionService.php
5,682 bytes
0644
2023-10-16 23:04
âï¸
ðï¸
Rename
Chang
Apply