mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 18:48:22 +01:00
Update Stripe lib to 10.7.0
This commit is contained in:
@@ -12,15 +12,15 @@ namespace Stripe\Reporting;
|
||||
* href="https://stripe.com/docs/reporting/statements/api">API Access to
|
||||
* Reports</a>.
|
||||
*
|
||||
* Note that reports can only be run based on your live-mode data (not test-mode
|
||||
* data), and thus related requests must be made with a <a
|
||||
* Note that certain report types can only be run based on your live-mode data (not
|
||||
* test-mode data), and will error when queried without a <a
|
||||
* href="https://stripe.com/docs/keys#test-live-modes">live-mode API key</a>.
|
||||
*
|
||||
* @property string $id Unique identifier for the object.
|
||||
* @property string $object String representing the object's type. Objects of the same type share the same value.
|
||||
* @property int $created Time at which the object was created. Measured in seconds since the Unix epoch.
|
||||
* @property null|string $error If something should go wrong during the run, a message about the failure (populated when <code>status=failed</code>).
|
||||
* @property bool $livemode Always <code>true</code>: reports can only be run on live-mode data.
|
||||
* @property bool $livemode <code>true</code> if the report is run on live mode data and <code>false</code> if it is run on test mode data.
|
||||
* @property \Stripe\StripeObject $parameters
|
||||
* @property string $report_type The ID of the <a href="https://stripe.com/docs/reports/report-types">report type</a> to run, such as <code>"balance.summary.1"</code>.
|
||||
* @property null|\Stripe\File $result The file object representing the result of the report run (populated when <code>status=succeeded</code>).
|
||||
|
||||
Reference in New Issue
Block a user