stripe-ruby/lib/stripe/resources/usage_record_summary.rb
2019-05-29 21:03:37 -04:00

8 lines
145 B
Ruby

# frozen_string_literal: true
module Stripe
class UsageRecordSummary < StripeObject
OBJECT_NAME = "usage_record_summary".freeze
end
end