Class: MethodRuby::Models::Accounts::VerificationSessionUpdateParams

Inherits:
Internal::Type::BaseModel show all
Extended by:
Internal::Type::RequestParameters::Converter
Includes:
Internal::Type::RequestParameters
Defined in:
lib/method_ruby/models/accounts/verification_session_update_params.rb

Overview

Defined Under Namespace

Modules: MethodVersion Classes: Instant, MicroDeposits, Mx, Network, Plaid, PreAuth, Standard, Teller

Instance Attribute Summary collapse

Attributes included from Internal::Type::RequestParameters

#request_options

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::RequestParameters::Converter

dump_request

Methods included from Internal::Type::RequestParameters

included

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(number: nil) ⇒ Object

Standard verification data. Required for standard type.

Parameters:

  • number (String) (defaults to: nil)

    The full card number.



# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 135

Instance Attribute Details

#account_idString

Returns:

  • (String)


14
# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 14

required :account_id, String

#avf_idString

Returns:

  • (String)


19
# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 19

required :avf_id, String

#idempotency_keyString?

Returns:

  • (String, nil)


78
# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 78

optional :idempotency_key, String

#instantMethodRuby::Models::Accounts::VerificationSessionUpdateParams::Instant?

Instant verification data. Required for instant type.



31
# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 31

optional :instant, -> { MethodRuby::Accounts::VerificationSessionUpdateParams::Instant }

#method_versionSymbol, MethodRuby::Models::Accounts::VerificationSessionUpdateParams::MethodVersion



24
25
# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 24

required :method_version,
enum: -> { MethodRuby::Accounts::VerificationSessionUpdateParams::MethodVersion }

#micro_depositsMethodRuby::Models::Accounts::VerificationSessionUpdateParams::MicroDeposits?

Micro deposit verification amounts. Required for micro_deposits type.



37
# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 37

optional :micro_deposits, -> { MethodRuby::Accounts::VerificationSessionUpdateParams::MicroDeposits }

#mxMethodRuby::Models::Accounts::VerificationSessionUpdateParams::Mx?

MX verification data. Required for mx type.



43
# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 43

optional :mx, -> { MethodRuby::Accounts::VerificationSessionUpdateParams::Mx }

#networkMethodRuby::Models::Accounts::VerificationSessionUpdateParams::Network?

Network verification data. Required for network type.



49
# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 49

optional :network, -> { MethodRuby::Accounts::VerificationSessionUpdateParams::Network }

#plaidMethodRuby::Models::Accounts::VerificationSessionUpdateParams::Plaid?

Plaid verification data. Required for plaid type.



55
# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 55

optional :plaid, -> { MethodRuby::Accounts::VerificationSessionUpdateParams::Plaid }

#pre_authMethodRuby::Models::Accounts::VerificationSessionUpdateParams::PreAuth?

Pre-auth verification data. Required for pre_auth type.



61
# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 61

optional :pre_auth, -> { MethodRuby::Accounts::VerificationSessionUpdateParams::PreAuth }

#standardMethodRuby::Models::Accounts::VerificationSessionUpdateParams::Standard?

Standard verification data. Required for standard type.



67
# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 67

optional :standard, -> { MethodRuby::Accounts::VerificationSessionUpdateParams::Standard }

#tellerMethodRuby::Models::Accounts::VerificationSessionUpdateParams::Teller?

Teller verification data. Required for teller type.



73
# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 73

optional :teller, -> { MethodRuby::Accounts::VerificationSessionUpdateParams::Teller }

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 112