Class: Stripe::Invoice::UpdateParams::PaymentSettings::PaymentMethodOptions::Bancontact

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/invoice.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.



731
732
733
# File 'lib/stripe/resources/invoice.rb', line 731

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.



729
730
731
# File 'lib/stripe/resources/invoice.rb', line 729

def preferred_language
  @preferred_language
end