Class: Stripe::PaymentIntentService::UpdateParams::PaymentMethodOptions::UsBankAccount::FinancialConnections::ManualEntry
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentService::UpdateParams::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.
6822 6823 6824 |
# File 'lib/stripe/services/payment_intent_service.rb', line 6822 def initialize(mode: nil) @mode = mode end |
Instance Attribute Details
#mode ⇒ Object
Settings for configuring manual entry of account details.
6820 6821 6822 |
# File 'lib/stripe/services/payment_intent_service.rb', line 6820 def mode @mode end |