Class: Stripe::SubscriptionCreateParams::PaymentSettings::PaymentMethodOptions::Bancontact

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(preferred_language: nil) ⇒ Bancontact

Returns a new instance of Bancontact.



513
514
515
# File 'lib/stripe/params/subscription_create_params.rb', line 513

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.



511
512
513
# File 'lib/stripe/params/subscription_create_params.rb', line 511

def preferred_language
  @preferred_language
end