2
0
forked from Wavyzz/dolibarr

Update Stripe lib to 10.7.0

This commit is contained in:
Laurent Destailleur
2023-04-24 18:42:04 +02:00
parent 06f8291e07
commit 936512d0bb
256 changed files with 8077 additions and 2978 deletions

View File

@@ -7,15 +7,14 @@ namespace Stripe\Service\Reporting;
class ReportRunService extends \Stripe\Service\AbstractService
{
/**
* Returns a list of Report Runs, with the most recent appearing first. (Requires a
* <a href="https://stripe.com/docs/keys#test-live-modes">live-mode API key</a>.).
* Returns a list of Report Runs, with the most recent appearing first.
*
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
* @return \Stripe\Collection
* @return \Stripe\Collection<\Stripe\Reporting\ReportRun>
*/
public function all($params = null, $opts = null)
{
@@ -23,8 +22,8 @@ class ReportRunService extends \Stripe\Service\AbstractService
}
/**
* Creates a new object and begin running the report. (Requires a <a
* href="https://stripe.com/docs/keys#test-live-modes">live-mode API key</a>.).
* Creates a new object and begin running the report. (Certain report types require
* a <a href="https://stripe.com/docs/keys#test-live-modes">live-mode API key</a>.).
*
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
@@ -39,8 +38,7 @@ class ReportRunService extends \Stripe\Service\AbstractService
}
/**
* Retrieves the details of an existing Report Run. (Requires a <a
* href="https://stripe.com/docs/keys#test-live-modes">live-mode API key</a>.).
* Retrieves the details of an existing Report Run.
*
* @param string $id
* @param null|array $params

View File

@@ -7,15 +7,14 @@ namespace Stripe\Service\Reporting;
class ReportTypeService extends \Stripe\Service\AbstractService
{
/**
* Returns a full list of Report Types. (Requires a <a
* href="https://stripe.com/docs/keys#test-live-modes">live-mode API key</a>.).
* 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
* @return \Stripe\Collection<\Stripe\Reporting\ReportType>
*/
public function all($params = null, $opts = null)
{
@@ -23,7 +22,7 @@ class ReportTypeService extends \Stripe\Service\AbstractService
}
/**
* Retrieves the details of a Report Type. (Requires a <a
* 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