Class: PreludeSDK::Models::Verification::Phone::HistoryRetrieveResponse::Lifecycle::Event::Check::Psd2Info

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/prelude_sdk/models/verification/phone/history_retrieve_response.rb,
sig/prelude_sdk/models/verification/phone/history_retrieve_response.rbs

Overview

See Also:

  • PreludeSDK::Models::Verification::Phone::HistoryRetrieveResponse::Lifecycle::Event::Check#psd2_info

Instance Attribute Summary collapse

Instance Method Summary collapse

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 ⇒ Object



685
# File 'sig/prelude_sdk/models/verification/phone/history_retrieve_response.rbs', line 685

def initialize: (

Instance Attribute Details

#expected_transaction ⇒ PreludeSDK::Models::Verification::Phone::PhoneVerificationPsd2Transaction?

The transaction submitted when the code was issued.



704
# File 'lib/prelude_sdk/models/verification/phone/history_retrieve_response.rb', line 704

optional :expected_transaction, -> { PreludeSDK::Verification::Phone::PhoneVerificationPsd2Transaction }

#received_transaction ⇒ PreludeSDK::Models::Verification::Phone::PhoneVerificationPsd2Transaction?

The transaction submitted with this check. Differs from expected_transaction when status_detail is transaction_mismatch.



711
# File 'lib/prelude_sdk/models/verification/phone/history_retrieve_response.rb', line 711

optional :received_transaction, -> { PreludeSDK::Verification::Phone::PhoneVerificationPsd2Transaction }

Instance Method Details

#to_hash ⇒ {

Returns:

  • ({)


690
# File 'sig/prelude_sdk/models/verification/phone/history_retrieve_response.rbs', line 690

def to_hash: -> {