Enum RiskRecommendation
- Namespace
- Vonage.NumberInsightV2.FraudCheck
- Assembly
- Vonage.dll
Defines the recommended action to take based on the fraud risk score.
public enum RiskRecommendation
Fields
Allow = 0Allow the transaction or interaction. The phone number has low fraud risk.
Block = 2Block the transaction or interaction. The phone number has high fraud risk.
Flag = 1Flag for additional review. The phone number shows moderate fraud risk and may require further verification.