diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index f49eed64..63bf7aae 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v2015 \ No newline at end of file +v2016 \ No newline at end of file diff --git a/lib/stripe/resources/payment_method_configuration.rb b/lib/stripe/resources/payment_method_configuration.rb index 1afe3aac..ffaf5eee 100644 --- a/lib/stripe/resources/payment_method_configuration.rb +++ b/lib/stripe/resources/payment_method_configuration.rb @@ -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 diff --git a/rbi/stripe.rbi b/rbi/stripe.rbi index 4f906e14..1a059f60 100644 --- a/rbi/stripe.rbi +++ b/rbi/stripe.rbi @@ -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 diff --git a/rbi/stripe/resources/payment_method_configuration.rbi b/rbi/stripe/resources/payment_method_configuration.rbi index a564053b..57711c05 100644 --- a/rbi/stripe/resources/payment_method_configuration.rbi +++ b/rbi/stripe/resources/payment_method_configuration.rbi @@ -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