mirror of
https://github.com/itflow-org/itflow
synced 2026-03-10 15:54:51 +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:
20
vendor/stripe-php-7.0.2/lib/UsageRecord.php
vendored
Normal file
20
vendor/stripe-php-7.0.2/lib/UsageRecord.php
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace Stripe;
|
||||
|
||||
/**
|
||||
* Class UsageRecord
|
||||
*
|
||||
* @package Stripe
|
||||
*
|
||||
* @property string $id
|
||||
* @property string $object
|
||||
* @property bool $livemode
|
||||
* @property int $quantity
|
||||
* @property string $subscription_item
|
||||
* @property int $timestamp
|
||||
*/
|
||||
class UsageRecord extends ApiResource
|
||||
{
|
||||
const OBJECT_NAME = "usage_record";
|
||||
}
|
||||
Reference in New Issue
Block a user