Class: Stripe::SetupIntentCreateParams::PaymentMethodOptions::BacsDebit
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::SetupIntentCreateParams::PaymentMethodOptions::BacsDebit
- Defined in:
- lib/stripe/params/setup_intent_create_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.
641 642 643 |
# File 'lib/stripe/params/setup_intent_create_params.rb', line 641 def initialize(mandate_options: nil) @mandate_options = end |
Instance Attribute Details
#mandate_options ⇒ Object
Additional fields for Mandate creation
639 640 641 |
# File 'lib/stripe/params/setup_intent_create_params.rb', line 639 def @mandate_options end |