mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-08 00:02:46 -04: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
|