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.



5235
5236
5237
# File 'lib/stripe/params/payment_intent_create_params.rb', line 5235

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

Instance Attribute Details

#modeObject

Settings for configuring manual entry of account details.



5233
5234
5235
# File 'lib/stripe/params/payment_intent_create_params.rb', line 5233

def mode
  @mode
end