Skip to content

Commit 1fbf42e

Browse files
Update generated code (#1700)
* Update generated code for v2050 and * Update generated code for v2093 and * Update generated code for v2095 and * Update generated code for v2096 and * Update generated code for v2099 and --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Co-authored-by: Ramya Rao <100975018+ramya-stripe@users.noreply.github.com>
1 parent 7f3f228 commit 1fbf42e

File tree

1,616 files changed

+48333
-25561
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,616 files changed

+48333
-25561
lines changed

API_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-09-30.clover
1+
577fcb57736b925392ea563c0284df9002c75ac9

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2028
1+
v2099

lib/stripe/api_version.rb

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

44
module Stripe
55
module ApiVersion
6-
CURRENT = "2025-09-30.clover"
6+
CURRENT = "2025-10-29.clover"
77
CURRENT_MAJOR = "clover"
88
end
99
end

lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ def self.lookup_type
99
"v1.billing.meter.error_report_triggered"
1010
end
1111

12-
class V1BillingMeterErrorReportTriggeredEventData < Stripe::StripeObject
13-
class Reason < Stripe::StripeObject
14-
class ErrorType < Stripe::StripeObject
15-
class SampleError < Stripe::StripeObject
16-
class Request < Stripe::StripeObject
12+
class V1BillingMeterErrorReportTriggeredEventData < ::Stripe::StripeObject
13+
class Reason < ::Stripe::StripeObject
14+
class ErrorType < ::Stripe::StripeObject
15+
class SampleError < ::Stripe::StripeObject
16+
class Request < ::Stripe::StripeObject
1717
# The request idempotency key.
1818
attr_reader :identifier
1919

lib/stripe/events/v1_billing_meter_no_meter_found_event.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ def self.lookup_type
99
"v1.billing.meter.no_meter_found"
1010
end
1111

12-
class V1BillingMeterNoMeterFoundEventData < Stripe::StripeObject
13-
class Reason < Stripe::StripeObject
14-
class ErrorType < Stripe::StripeObject
15-
class SampleError < Stripe::StripeObject
16-
class Request < Stripe::StripeObject
12+
class V1BillingMeterNoMeterFoundEventData < ::Stripe::StripeObject
13+
class Reason < ::Stripe::StripeObject
14+
class ErrorType < ::Stripe::StripeObject
15+
class SampleError < ::Stripe::StripeObject
16+
class Request < ::Stripe::StripeObject
1717
# The request idempotency key.
1818
attr_reader :identifier
1919

lib/stripe/object_types.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,14 @@ def self.object_names_to_classes
8888
LineItem.object_name => LineItem,
8989
LoginLink.object_name => LoginLink,
9090
Mandate.object_name => Mandate,
91+
PaymentAttemptRecord.object_name => PaymentAttemptRecord,
9192
PaymentIntent.object_name => PaymentIntent,
93+
PaymentIntentAmountDetailsLineItem.object_name => PaymentIntentAmountDetailsLineItem,
9294
PaymentLink.object_name => PaymentLink,
9395
PaymentMethod.object_name => PaymentMethod,
9496
PaymentMethodConfiguration.object_name => PaymentMethodConfiguration,
9597
PaymentMethodDomain.object_name => PaymentMethodDomain,
98+
PaymentRecord.object_name => PaymentRecord,
9699
Payout.object_name => Payout,
97100
Person.object_name => Person,
98101
Plan.object_name => Plan,

lib/stripe/params.rb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,9 @@
271271
require "stripe/params/issuing/transaction_retrieve_params"
272272
require "stripe/params/issuing/transaction_update_params"
273273
require "stripe/params/mandate_retrieve_params"
274+
require "stripe/params/payment_attempt_record_list_params"
275+
require "stripe/params/payment_attempt_record_retrieve_params"
276+
require "stripe/params/payment_intent_amount_details_line_item_list_params"
274277
require "stripe/params/payment_intent_apply_customer_balance_params"
275278
require "stripe/params/payment_intent_cancel_params"
276279
require "stripe/params/payment_intent_capture_params"
@@ -303,6 +306,14 @@
303306
require "stripe/params/payment_method_list_params"
304307
require "stripe/params/payment_method_retrieve_params"
305308
require "stripe/params/payment_method_update_params"
309+
require "stripe/params/payment_record_report_payment_attempt_canceled_params"
310+
require "stripe/params/payment_record_report_payment_attempt_failed_params"
311+
require "stripe/params/payment_record_report_payment_attempt_guaranteed_params"
312+
require "stripe/params/payment_record_report_payment_attempt_informational_params"
313+
require "stripe/params/payment_record_report_payment_attempt_params"
314+
require "stripe/params/payment_record_report_payment_params"
315+
require "stripe/params/payment_record_report_refund_params"
316+
require "stripe/params/payment_record_retrieve_params"
306317
require "stripe/params/payout_cancel_params"
307318
require "stripe/params/payout_create_params"
308319
require "stripe/params/payout_list_params"

lib/stripe/params/account_capability_list_params.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# frozen_string_literal: true
33

44
module Stripe
5-
class AccountCapabilityListParams < Stripe::RequestParams
5+
class AccountCapabilityListParams < ::Stripe::RequestParams
66
# Specifies which fields in the response should be expanded.
77
attr_accessor :expand
88

lib/stripe/params/account_capability_retrieve_params.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# frozen_string_literal: true
33

44
module Stripe
5-
class AccountCapabilityRetrieveParams < Stripe::RequestParams
5+
class AccountCapabilityRetrieveParams < ::Stripe::RequestParams
66
# Specifies which fields in the response should be expanded.
77
attr_accessor :expand
88

lib/stripe/params/account_capability_update_params.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# frozen_string_literal: true
33

44
module Stripe
5-
class AccountCapabilityUpdateParams < Stripe::RequestParams
5+
class AccountCapabilityUpdateParams < ::Stripe::RequestParams
66
# Specifies which fields in the response should be expanded.
77
attr_accessor :expand
88
# To request a new capability for an account, pass true. There can be a delay before the requested capability becomes active. If the capability has any activation requirements, the response includes them in the `requirements` arrays.

0 commit comments

Comments
 (0)