Class: Stripe::SetupIntentConfirmParams::PaymentMethodOptions::BacsDebit
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::SetupIntentConfirmParams::PaymentMethodOptions::BacsDebit
- Defined in:
- lib/stripe/params/setup_intent_confirm_params.rb
Defined Under Namespace
Classes: MandateOptions
Instance Attribute Summary collapse
-
#mandate_options ⇒ Object
Additional fields for Mandate creation.
Instance Method Summary collapse
-
#initialize(mandate_options: nil) ⇒ BacsDebit
constructor
A new instance of BacsDebit.
Methods inherited from RequestParams
Constructor Details
#initialize(mandate_options: nil) ⇒ BacsDebit
Returns a new instance of BacsDebit.
627 628 629 |
# File 'lib/stripe/params/setup_intent_confirm_params.rb', line 627 def initialize(mandate_options: nil) @mandate_options = end |
Instance Attribute Details
#mandate_options ⇒ Object
Additional fields for Mandate creation
625 626 627 |
# File 'lib/stripe/params/setup_intent_confirm_params.rb', line 625 def @mandate_options end |