Class: Stripe::PaymentIntentCreateParams::PaymentMethodOptions::UsBankAccount::FinancialConnections::ManualEntry
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentCreateParams::PaymentMethodOptions::UsBankAccount::FinancialConnections::ManualEntry
- Defined in:
- lib/stripe/params/payment_intent_create_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.
5210 5211 5212 |
# File 'lib/stripe/params/payment_intent_create_params.rb', line 5210 def initialize(mode: nil) @mode = mode end |
Instance Attribute Details
#mode ⇒ Object
Settings for configuring manual entry of account details.
5208 5209 5210 |
# File 'lib/stripe/params/payment_intent_create_params.rb', line 5208 def mode @mode end |