mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-01 00:01:13 -05:00
8 lines
145 B
Ruby
8 lines
145 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
class UsageRecordSummary < StripeObject
|
|
OBJECT_NAME = "usage_record_summary".freeze
|
|
end
|
|
end
|