Class: Stripe::SetupIntentUpdateParams::PaymentMethodOptions::BacsDebit
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::SetupIntentUpdateParams::PaymentMethodOptions::BacsDebit
- Defined in:
- lib/stripe/params/setup_intent_update_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.
588 589 590 |
# File 'lib/stripe/params/setup_intent_update_params.rb', line 588 def initialize(mandate_options: nil) = end |
Instance Attribute Details
#mandate_options ⇒ Object
Additional fields for Mandate creation
586 587 588 |
# File 'lib/stripe/params/setup_intent_update_params.rb', line 586 def end |