Class: Stripe::PaymentIntentService::ConfirmParams::PaymentMethodOptions::UsBankAccount::FinancialConnections::ManualEntry
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentService::ConfirmParams::PaymentMethodOptions::UsBankAccount::FinancialConnections::ManualEntry
- Defined in:
- lib/stripe/services/payment_intent_service.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
Constructor Details
#initialize(mode: nil) ⇒ ManualEntry
Returns a new instance of ManualEntry.
11366 11367 11368 |
# File 'lib/stripe/services/payment_intent_service.rb', line 11366 def initialize(mode: nil) @mode = mode end |
Instance Attribute Details
#mode ⇒ Object
Settings for configuring manual entry of account details.
11364 11365 11366 |
# File 'lib/stripe/services/payment_intent_service.rb', line 11364 def mode @mode end |