| Current Path : /home/exhehbu/wp/wp-content/plugins/eventer/front/stripe/lib/ |
| Current File : /home/exhehbu/wp/wp-content/plugins/eventer/front/stripe/lib/UsageRecord.php |
<?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';
}