stripe-ruby/lib/stripe/resources/usage_record_summary.rb
2024-10-07 22:11:40 +00:00

13 lines
388 B
Ruby

# 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