mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-06 00:02:18 -04:00
13 lines
388 B
Ruby
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
|