Class: Stripe::InvoiceService::UpdateParams::PaymentSettings::PaymentMethodOptions::Bancontact

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



159
160
161
# File 'lib/stripe/services/invoice_service.rb', line 159

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.



157
158
159
# File 'lib/stripe/services/invoice_service.rb', line 157

def preferred_language
  @preferred_language
end