The Usage Record object 

Billing
Usage Records
The Usage Record object

Attributes

  • idstring

    Unique identifier for the object.

  • quantityinteger

    The usage quantity for the specified date.

  • subscription_itemstring

    The ID of the subscription item this usage record contains data for.

  • timestamptimestamp

    The timestamp when this usage occurred.

More attributes

  • objectstring

    String representing the object’s type. Objects of the same type share the same value.

  • livemodeboolean

    Has the value true if the object exists in live mode or the value false if the object exists in test mode.

The Usage Record object
{
"id": "mbur_1IJ3zE2eZvKYlo2CsJAtf1Jl",
"object": "usage_record",
"livemode": false,
"quantity": 100,
"subscription_item": "si_IutmSSymhsWA5i",
"timestamp": 1571252444
}