mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-06 00:02:18 -04:00
* Update generated code for v1317 * Update generated code for v1318 * Update generated code for v1318 --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Co-authored-by: prathmesh-stripe <165320323+prathmesh-stripe@users.noreply.github.com>
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
|