Class: Stripe::InvoiceUpdateParams::PaymentSettings::PaymentMethodOptions::AcssDebit
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::InvoiceUpdateParams::PaymentSettings::PaymentMethodOptions::AcssDebit
- Defined in:
- lib/stripe/params/invoice_update_params.rb
Defined Under Namespace
Classes: MandateOptions
Instance Attribute Summary collapse
-
#mandate_options ⇒ Object
Additional fields for Mandate creation.
-
#verification_method ⇒ Object
Verification method for the intent.
Instance Method Summary collapse
-
#initialize(mandate_options: nil, verification_method: nil) ⇒ AcssDebit
constructor
A new instance of AcssDebit.
Methods inherited from RequestParams
Constructor Details
#initialize(mandate_options: nil, verification_method: nil) ⇒ AcssDebit
Returns a new instance of AcssDebit.
84 85 86 87 |
# File 'lib/stripe/params/invoice_update_params.rb', line 84 def initialize(mandate_options: nil, verification_method: nil) = @verification_method = verification_method end |
Instance Attribute Details
#mandate_options ⇒ Object
Additional fields for Mandate creation
80 81 82 |
# File 'lib/stripe/params/invoice_update_params.rb', line 80 def end |
#verification_method ⇒ Object
Verification method for the intent
82 83 84 |
# File 'lib/stripe/params/invoice_update_params.rb', line 82 def verification_method @verification_method end |