Class: Stripe::PaymentIntentCreateParams::PaymentMethodOptions::UsBankAccount::FinancialConnections::ManualEntry

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/payment_intent_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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.



5266
5267
5268
# File 'lib/stripe/params/payment_intent_create_params.rb', line 5266

def initialize(mode: nil)
  @mode = mode
end

Instance Attribute Details

#modeObject

Settings for configuring manual entry of account details.



5264
5265
5266
# File 'lib/stripe/params/payment_intent_create_params.rb', line 5264

def mode
  @mode
end