Module: PreludeSDK::Models::Intel::KYCMatchResponse::AddressMatch

Extended by:
Internal::Type::Enum
Defined in:
lib/prelude_sdk/models/intel/kyc_match_response.rb,
sig/prelude_sdk/models/intel/kyc_match_response.rbs

Overview

Whether the street address matched the operator's record.

See Also:

  • PreludeSDK::Models::Intel::KYCMatchResponse#address_match

Constant Summary collapse

TRUE =

Returns:

  • (:true)
:true
FALSE =

Returns:

  • (:false)
:false
NOT_AVAILABLE =

Returns:

  • (:not_available)
:not_available

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values

Methods included from Internal::Util::SorbetRuntimeSupport

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

Methods included from Internal::Type::Converter

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

Instance Method Details

#self?.values ⇒ ::Array[PreludeSDK::Models::Intel::KYCMatchResponse::address_match]

Returns:

  • (::Array[PreludeSDK::Models::Intel::KYCMatchResponse::address_match])


175
# File 'sig/prelude_sdk/models/intel/kyc_match_response.rbs', line 175

def self?.values: -> ::Array[PreludeSDK::Models::Intel::KYCMatchResponse::address_match]