Class: MethodRuby::Models::Accounts::VerificationSessionUpdateParams::Mx
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MethodRuby::Models::Accounts::VerificationSessionUpdateParams::Mx
- Defined in:
- lib/method_ruby/models/accounts/verification_session_update_params.rb,
sig/method_ruby/models/accounts/verification_session_update_params.rbs
Instance Attribute Summary collapse
-
#account ⇒ Object?
The raw account data received from MX.
-
#transactions ⇒ Array<Object>?
The raw transaction data received from MX.
Instance Method Summary collapse
-
#initialize ⇒ Mx
constructor
A new instance of Mx.
- #to_hash ⇒ { account: top, transactions: ::Array[top] }
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 ⇒ Mx
Returns a new instance of Mx.
176 |
# File 'sig/method_ruby/models/accounts/verification_session_update_params.rbs', line 176
def initialize: (?account: top, ?transactions: ::Array[top]) -> void
|
Instance Attribute Details
#account ⇒ Object?
The raw account data received from MX.
163 |
# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 163 optional :account, MethodRuby::Internal::Type::Unknown |
#transactions ⇒ Array<Object>?
The raw transaction data received from MX.
169 |
# File 'lib/method_ruby/models/accounts/verification_session_update_params.rb', line 169 optional :transactions, MethodRuby::Internal::Type::ArrayOf[MethodRuby::Internal::Type::Unknown] |
Instance Method Details
#to_hash ⇒ { account: top, transactions: ::Array[top] }
178 |
# File 'sig/method_ruby/models/accounts/verification_session_update_params.rbs', line 178
def to_hash: -> { account: top, transactions: ::Array[top] }
|