Module: Lithic::Models::Fraud::TransactionRetrieveResponse::FraudStatus
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/lithic/models/fraud/transaction_retrieve_response.rb
Overview
The fraud status of the transaction, string (enum) supporting the following values:
-
‘SUSPECTED_FRAUD`: The transaction is suspected to be fraudulent, but this hasn’t been confirmed.
-
‘FRAUDULENT`: The transaction is confirmed to be fraudulent. A transaction may immediately be moved into this state, or be graduated into this state from the `SUSPECTED_FRAUD` state.
-
‘NOT_FRAUDULENT`: The transaction is (explicitly) marked as not fraudulent. A transaction may immediately be moved into this state, or be graduated into this state from the `SUSPECTED_FRAUD` state.
-
‘NO_REPORTED_FRAUD`: Indicates that no fraud report exists for the transaction. It is the default state for transactions that have not been analyzed or associated with any known fraudulent activity.
Constant Summary collapse
- SUSPECTED_FRAUD =
:SUSPECTED_FRAUD- FRAUDULENT =
:FRAUDULENT- NOT_FRAUDULENT =
:NOT_FRAUDULENT- NO_REPORTED_FRAUD =
:NO_REPORTED_FRAUD
Method Summary
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