Updated Client Detail Header for better mobile fit, lots of progress on stripe pay and some other minor updates
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?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";
|
||||
}
|
||||
Reference in New Issue
Block a user