# The Usage Record Summary object ### The Usage Record Summary object ```json { "id": "sis_1Bnyrd2eZvKYlo2CuVcUbXln", "object": "usage_record_summary", "invoice": "in_1Bnyrd2eZvKYlo2CSV57GLV8", "livemode": false, "period": { "end": 1711987200, "start": 1709312400 }, "subscription_item": "si_18UXa82eZvKYlo2CbYoIEZVv", "total_usage": 1 } ``` ## Attributes - `id` (string) Unique identifier for the object. - `object` (string) String representing the object’s type. Objects of the same type share the same value. - `invoice` (string, nullable) The invoice in which this usage period has been billed for. - `livemode` (boolean) Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - `period` (object) Start and end dates of this usage period. All usage after the start date and up to, and including, the end date is included. - `period.end` (timestamp, nullable) The end date of this usage period. All usage up to and including this point in time is included. - `period.start` (timestamp, nullable) The start date of this usage period. All usage after this point in time is included. - `subscription_item` (string) The ID of the subscription item this summary is describing. - `total_usage` (integer) The total usage within this usage period.