Your IP : 216.73.216.187


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