Class: Stripe::SubscriptionUpdateParams::PaymentSettings::PaymentMethodOptions::Bancontact

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/subscription_update_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(preferred_language: nil) ⇒ Bancontact

Returns a new instance of Bancontact.



528
529
530
# File 'lib/stripe/params/subscription_update_params.rb', line 528

def initialize(preferred_language: nil)
  @preferred_language = preferred_language
end

Instance Attribute Details

#preferred_languageObject

Preferred language of the Bancontact authorization page that the customer is redirected to.



526
527
528
# File 'lib/stripe/params/subscription_update_params.rb', line 526

def preferred_language
  @preferred_language
end