# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe # A usage record summary represents an aggregated view of how much usage was accrued for a subscription item within a subscription billing period. class UsageRecordSummary < StripeObject OBJECT_NAME = "usage_record_summary" def self.object_name "usage_record_summary" end end end