Class: MethodRuby::Models::Accounts::VerificationSessionUpdateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MethodRuby::Models::Accounts::VerificationSessionUpdateParams
- 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
- #account_id ⇒ String
- #avf_id ⇒ String
- #idempotency_key ⇒ String?
-
#instant ⇒ MethodRuby::Models::Accounts::VerificationSessionUpdateParams::Instant?
Instant verification data.
- #method_version ⇒ Symbol, MethodRuby::Models::Accounts::VerificationSessionUpdateParams::MethodVersion
-
#micro_deposits ⇒ MethodRuby::Models::Accounts::VerificationSessionUpdateParams::MicroDeposits?
Micro deposit verification amounts.
-
#mx ⇒ MethodRuby::Models::Accounts::VerificationSessionUpdateParams::Mx?
MX verification data.
-
#network ⇒ MethodRuby::Models::Accounts::VerificationSessionUpdateParams::Network?
Network verification data.
-
#plaid ⇒ MethodRuby::Models::Accounts::VerificationSessionUpdateParams::Plaid?
Plaid verification data.
-
#pre_auth ⇒ MethodRuby::Models::Accounts::VerificationSessionUpdateParams::PreAuth?
Pre-auth verification data.
-
#standard ⇒ MethodRuby::Models::Accounts::VerificationSessionUpdateParams::Standard?
Standard verification data.
-
#teller ⇒ MethodRuby::Models::Accounts::VerificationSessionUpdateParams::Teller?
Teller verification data.
Attributes included from Internal::Type::RequestParameters
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(number: nil) ⇒ Object
constructor
Standard verification data.
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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.
|
|
# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 135
|
Instance Attribute Details
#account_id ⇒ String
14 |
# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 14 required :account_id, String |
#avf_id ⇒ String
19 |
# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 19 required :avf_id, String |
#idempotency_key ⇒ String?
78 |
# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 78 optional :idempotency_key, String |
#instant ⇒ MethodRuby::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_version ⇒ Symbol, 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_deposits ⇒ MethodRuby::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 } |
#mx ⇒ MethodRuby::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 } |
#network ⇒ MethodRuby::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 } |
#plaid ⇒ MethodRuby::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_auth ⇒ MethodRuby::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 } |
#standard ⇒ MethodRuby::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 } |
#teller ⇒ MethodRuby::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
.values ⇒ Array<Symbol>
|
|
# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 112
|