Class TransactionReportResponse.FraudStatus

  • All Implemented Interfaces:
    com.lithic.api.core.Enum

    
    public final class TransactionReportResponse.FraudStatus
     implements Enum
                        

    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.