Update generated code for v1729

This commit is contained in:
Stripe OpenAPI 2025-05-05 15:20:09 +00:00
parent e964a6b053
commit a0f23d3a05
4 changed files with 9 additions and 1 deletions

View File

@ -1 +1 @@
v1728
v1729

View File

@ -59,6 +59,8 @@ module Stripe
@starting_after = starting_after
end
end
# The list of countries supported by this institution, formatted as ISO country codes.
attr_reader :countries
# Attribute for field features
attr_reader :features
# Unique identifier for the object.

View File

@ -30331,6 +30331,9 @@ module Stripe
sig { returns(Transactions) }
attr_reader :transactions
end
# The list of countries supported by this institution, formatted as ISO country codes.
sig { returns(T::Array[String]) }
attr_reader :countries
# Attribute for field features
sig { returns(Features) }
attr_reader :features

View File

@ -40,6 +40,9 @@ module Stripe
sig { returns(Transactions) }
attr_reader :transactions
end
# The list of countries supported by this institution, formatted as ISO country codes.
sig { returns(T::Array[String]) }
attr_reader :countries
# Attribute for field features
sig { returns(Features) }
attr_reader :features