Class: Stripe::Subscription::CreateParams::PaymentSettings::PaymentMethodOptions::Bancontact
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Subscription::CreateParams::PaymentSettings::PaymentMethodOptions::Bancontact
- Defined in:
- lib/stripe/resources/subscription.rb
Instance Attribute Summary collapse
-
#preferred_language ⇒ Object
Preferred language of the Bancontact authorization page that the customer is redirected to.
Instance Method Summary collapse
-
#initialize(preferred_language: nil) ⇒ Bancontact
constructor
A new instance of Bancontact.
Methods inherited from RequestParams
Constructor Details
#initialize(preferred_language: nil) ⇒ Bancontact
Returns a new instance of Bancontact.
1231 1232 1233 |
# File 'lib/stripe/resources/subscription.rb', line 1231 def initialize(preferred_language: nil) @preferred_language = preferred_language end |
Instance Attribute Details
#preferred_language ⇒ Object
Preferred language of the Bancontact authorization page that the customer is redirected to.
1229 1230 1231 |
# File 'lib/stripe/resources/subscription.rb', line 1229 def preferred_language @preferred_language end |