Class: Stripe::PaymentIntentConfirmParams::PaymentMethodOptions::Upi
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentConfirmParams::PaymentMethodOptions::Upi
- Defined in:
- lib/stripe/params/payment_intent_confirm_params.rb
Defined Under Namespace
Classes: MandateOptions
Instance Attribute Summary collapse
-
#mandate_options ⇒ Object
Configuration options for setting up an eMandate.
-
#setup_future_usage ⇒ Object
Attribute for param field setup_future_usage.
Instance Method Summary collapse
-
#initialize(mandate_options: nil, setup_future_usage: nil) ⇒ Upi
constructor
A new instance of Upi.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(mandate_options: nil, setup_future_usage: nil) ⇒ Upi
Returns a new instance of Upi.
2294 2295 2296 2297 |
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 2294 def initialize(mandate_options: nil, setup_future_usage: nil) @mandate_options = @setup_future_usage = setup_future_usage end |
Instance Attribute Details
#mandate_options ⇒ Object
Configuration options for setting up an eMandate
2290 2291 2292 |
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 2290 def @mandate_options end |
#setup_future_usage ⇒ Object
Attribute for param field setup_future_usage
2292 2293 2294 |
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 2292 def setup_future_usage @setup_future_usage end |