All Implemented Interfaces:
Action<OrderProcessModel>

public class FraudCheckOrderAction extends AbstractFraudCheckAction<OrderProcessModel>
Check for fraudulent order.
If a fraud is detected, the process transitions to FRAUD and the order will be cancelled.
If no fraud is detected, the process transitions to OK and the order will be sourced.
If the order is deemed potentially fraudulent, the process transitions to POTENTIAL and the order must be approved/declined by a customer support agent.