mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
13 lines
389 B
Ruby
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
|