Class: Stripe::PaymentIntentUpdateParams::PaymentMethodOptions::UsBankAccount::FinancialConnections::ManualEntry
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentUpdateParams::PaymentMethodOptions::UsBankAccount::FinancialConnections::ManualEntry
- Defined in:
- lib/stripe/params/payment_intent_update_params.rb
Instance Attribute Summary collapse
-
#mode ⇒ Object
Settings for configuring manual entry of account details.
Instance Method Summary collapse
-
#initialize(mode: nil) ⇒ ManualEntry
constructor
A new instance of ManualEntry.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(mode: nil) ⇒ ManualEntry
Returns a new instance of ManualEntry.
5188 5189 5190 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 5188 def initialize(mode: nil) @mode = mode end |
Instance Attribute Details
#mode ⇒ Object
Settings for configuring manual entry of account details.
5186 5187 5188 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 5186 def mode @mode end |