mirror of
https://github.com/itflow-org/itflow
synced 2026-08-23 16:05:12 +00:00
Updated Client Detail Header for better mobile fit, lots of progress on stripe pay and some other minor updates
This commit is contained in:
28
vendor/stripe-php-7.0.2/lib/Reporting/ReportRun.php
vendored
Normal file
28
vendor/stripe-php-7.0.2/lib/Reporting/ReportRun.php
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
namespace Stripe\Reporting;
|
||||
|
||||
/**
|
||||
* Class ReportRun
|
||||
*
|
||||
* @property string $id
|
||||
* @property string $object
|
||||
* @property int $created
|
||||
* @property string $error
|
||||
* @property bool $livemode
|
||||
* @property mixed $parameters
|
||||
* @property string $report_type
|
||||
* @property mixed $result
|
||||
* @property string $status
|
||||
* @property int $succeeded_at
|
||||
*
|
||||
* @package Stripe\Reporting
|
||||
*/
|
||||
class ReportRun extends \Stripe\ApiResource
|
||||
{
|
||||
const OBJECT_NAME = "reporting.report_run";
|
||||
|
||||
use \Stripe\ApiOperations\All;
|
||||
use \Stripe\ApiOperations\Create;
|
||||
use \Stripe\ApiOperations\Retrieve;
|
||||
}
|
||||
Reference in New Issue
Block a user