mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-09 00:01:53 -05:00
Update generated code for v2016 and 2025-09-30.preview
This commit is contained in:
parent
fc738ef957
commit
5ed73a9107
@ -1 +1 @@
|
||||
v2015
|
||||
v2016
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user