Module: PreludeSDK::Models::WatchPredictResponse::RiskFactor

Extended by:
Internal::Type::Enum
Defined in:
lib/prelude_sdk/models/watch_predict_response.rb

Constant Summary collapse

BEHAVIORAL_PATTERN =
:behavioral_pattern
DEVICE_ATTRIBUTE =
:device_attribute
FRAUD_DATABASE =
:fraud_database
LOCATION_DISCREPANCY =
:location_discrepancy
NETWORK_FINGERPRINT =
:network_fingerprint
POOR_CONVERSION_HISTORY =
:poor_conversion_history
PREFIX_CONCENTRATION =
:prefix_concentration
SUSPECTED_REQUEST_TAMPERING =
:suspected_request_tampering
SUSPICIOUS_IP_ADDRESS =
:suspicious_ip_address
TEMPORARY_PHONE_NUMBER =
:temporary_phone_number

Class Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, 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

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/prelude_sdk/models/watch_predict_response.rb', line 95