Class: Stripe::SubscriptionService::CreateParams::PaymentSettings::PaymentMethodOptions::Bancontact
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::SubscriptionService::CreateParams::PaymentSettings::PaymentMethodOptions::Bancontact
- Defined in:
- lib/stripe/services/subscription_service.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.
1038 1039 1040 |
# File 'lib/stripe/services/subscription_service.rb', line 1038 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.
1036 1037 1038 |
# File 'lib/stripe/services/subscription_service.rb', line 1036 def preferred_language @preferred_language end |