Class: Stripe::PaymentIntentUpdateParams::PaymentMethodOptions::Upi
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentUpdateParams::PaymentMethodOptions::Upi
- Defined in:
- lib/stripe/params/payment_intent_update_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
2210 2211 2212 2213 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 2210 def initialize(mandate_options: nil, setup_future_usage: nil) = @setup_future_usage = setup_future_usage end |
Instance Attribute Details
#mandate_options ⇒ Object
Configuration options for setting up an eMandate
2206 2207 2208 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 2206 def end |
#setup_future_usage ⇒ Object
Attribute for param field setup_future_usage
2208 2209 2210 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 2208 def setup_future_usage @setup_future_usage end |