Your IP : 216.73.216.187


Current Path : /home/exhehbu/wp/wp-content/plugins/eventer/front/stripe/lib/
Upload File :
Current File : /home/exhehbu/wp/wp-content/plugins/eventer/front/stripe/lib/UsageRecordSummary.php

<?php

namespace Stripe;

/**
 * Class UsageRecord
 *
 * @package Stripe
 *
 * @property string $id
 * @property string $object
 * @property string $invoice
 * @property bool $livemode
 * @property mixed $period
 * @property string $subscription_item
 * @property int $total_usage
 */
class UsageRecordSummary extends ApiResource
{
    const OBJECT_NAME = 'usage_record_summary';
}