Class: Stripe::PaymentIntent::UpdateParams::PaymentMethodOptions::UsBankAccount::FinancialConnections::ManualEntry
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntent::UpdateParams::PaymentMethodOptions::UsBankAccount::FinancialConnections::ManualEntry
- Defined in:
- lib/stripe/resources/payment_intent.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.
10450 10451 10452 |
# File 'lib/stripe/resources/payment_intent.rb', line 10450 def initialize(mode: nil) @mode = mode end |
Instance Attribute Details
#mode ⇒ Object
Settings for configuring manual entry of account details.
10448 10449 10450 |
# File 'lib/stripe/resources/payment_intent.rb', line 10448 def mode @mode end |