Update generated code for v2016 and 2025-09-30.preview

This commit is contained in:
Stripe OpenAPI 2025-09-22 21:19:11 +00:00
parent fc738ef957
commit 5ed73a9107
4 changed files with 1 additions and 62 deletions

View File

@ -1 +1 @@
v2015
v2016

View File

@ -311,21 +311,6 @@ module Stripe
attr_reader :display_preference
end
class FrMealVoucherConecs < Stripe::StripeObject
class DisplayPreference < Stripe::StripeObject
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
attr_reader :overridable
# The account's display preference.
attr_reader :preference
# The effective display preference value.
attr_reader :value
end
# Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
attr_reader :available
# Attribute for field display_preference
attr_reader :display_preference
end
class Giropay < Stripe::StripeObject
class DisplayPreference < Stripe::StripeObject
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
@ -3478,8 +3463,6 @@ module Stripe
attr_reader :eps
# Attribute for field fpx
attr_reader :fpx
# Attribute for field fr_meal_voucher_conecs
attr_reader :fr_meal_voucher_conecs
# Attribute for field giropay
attr_reader :giropay
# Attribute for field google_pay

View File

@ -87865,25 +87865,6 @@ module Stripe
sig { returns(DisplayPreference) }
def display_preference; end
end
class FrMealVoucherConecs < Stripe::StripeObject
class DisplayPreference < Stripe::StripeObject
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
sig { returns(T.nilable(T::Boolean)) }
def overridable; end
# The account's display preference.
sig { returns(String) }
def preference; end
# The effective display preference value.
sig { returns(String) }
def value; end
end
# Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
sig { returns(T::Boolean) }
def available; end
# Attribute for field display_preference
sig { returns(DisplayPreference) }
def display_preference; end
end
class Giropay < Stripe::StripeObject
class DisplayPreference < Stripe::StripeObject
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
@ -88669,9 +88650,6 @@ module Stripe
# Attribute for field fpx
sig { returns(T.nilable(Fpx)) }
def fpx; end
# Attribute for field fr_meal_voucher_conecs
sig { returns(T.nilable(FrMealVoucherConecs)) }
def fr_meal_voucher_conecs; end
# Attribute for field giropay
sig { returns(T.nilable(Giropay)) }
def giropay; end

View File

@ -379,25 +379,6 @@ module Stripe
sig { returns(DisplayPreference) }
def display_preference; end
end
class FrMealVoucherConecs < Stripe::StripeObject
class DisplayPreference < Stripe::StripeObject
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
sig { returns(T.nilable(T::Boolean)) }
def overridable; end
# The account's display preference.
sig { returns(String) }
def preference; end
# The effective display preference value.
sig { returns(String) }
def value; end
end
# Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
sig { returns(T::Boolean) }
def available; end
# Attribute for field display_preference
sig { returns(DisplayPreference) }
def display_preference; end
end
class Giropay < Stripe::StripeObject
class DisplayPreference < Stripe::StripeObject
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
@ -1183,9 +1164,6 @@ module Stripe
# Attribute for field fpx
sig { returns(T.nilable(Fpx)) }
def fpx; end
# Attribute for field fr_meal_voucher_conecs
sig { returns(T.nilable(FrMealVoucherConecs)) }
def fr_meal_voucher_conecs; end
# Attribute for field giropay
sig { returns(T.nilable(Giropay)) }
def giropay; end