Module: Lithic::Models::Fraud::TransactionReportParams::FraudStatus
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/lithic/models/fraud/transaction_report_params.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.
Constant Summary collapse
- SUSPECTED_FRAUD =
:SUSPECTED_FRAUD- FRAUDULENT =
:FRAUDULENT- NOT_FRAUDULENT =
:NOT_FRAUDULENT
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