mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-22 00:05:58 -05:00
Update generated code for v1729
This commit is contained in:
parent
e964a6b053
commit
a0f23d3a05
@ -1 +1 @@
|
||||
v1728
|
||||
v1729
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user