Skip to content

Commit d06c84f

Browse files
Update generated code for v1494
1 parent 43bbf6f commit d06c84f

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1463
1+
v1494

lib/stripe/api_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
module Stripe
55
module ApiVersion
6-
CURRENT = "2025-01-27.acacia"
6+
CURRENT = "2025-02-24.acacia"
77
end
88
end

lib/stripe/resources/billing/meter_event_summary.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ module Stripe
55
module Billing
66
# A billing meter event summary represents an aggregated view of a customer's billing meter events within a specified timeframe. It indicates how much
77
# usage was accrued by a customer for that period.
8+
#
9+
# Note: Meters events are aggregated asynchronously so the meter event summaries provide an eventually consistent view of the reported usage.
810
class MeterEventSummary < APIResource
911
OBJECT_NAME = "billing.meter_event_summary"
1012
def self.object_name

lib/stripe/resources/tax_rate.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# frozen_string_literal: true
33

44
module Stripe
5-
# Tax rates can be applied to [invoices](https://stripe.com/docs/billing/invoices/tax-rates), [subscriptions](https://stripe.com/docs/billing/subscriptions/taxes) and [Checkout Sessions](https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates) to collect tax.
5+
# Tax rates can be applied to [invoices](https://stripe.com/invoicing/taxes/tax-rates), [subscriptions](https://stripe.com/billing/taxes/tax-rates) and [Checkout Sessions](https://stripe.com/payments/checkout/use-manual-tax-rates) to collect tax.
66
#
7-
# Related guide: [Tax rates](https://stripe.com/docs/billing/taxes/tax-rates)
7+
# Related guide: [Tax rates](https://stripe.com/billing/taxes/tax-rates)
88
class TaxRate < APIResource
99
extend Stripe::APIOperations::Create
1010
extend Stripe::APIOperations::List

0 commit comments

Comments
 (0)