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.



5210
5211
5212
# File 'lib/stripe/params/payment_intent_create_params.rb', line 5210

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

Instance Attribute Details

#modeObject

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