stripe-ruby/lib/stripe/resources/usage_record.rb
Dominic Charley-Roy cfeaa0ca23
API Updates (#1123)
2022-08-23 08:51:43 -04:00

13 lines
389 B
Ruby

# File generated from our OpenAPI spec
# frozen_string_literal: true
module Stripe
# Usage records allow you to report customer usage and metrics to Stripe for
# metered billing of subscription prices.
#
# Related guide: [Metered Billing](https://stripe.com/docs/billing/subscriptions/metered-billing).
class UsageRecord < APIResource
OBJECT_NAME = "usage_record"
end
end