Class RetailDecisionsCCFraudCheckOutput
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class RetailDecisionsCCFraudCheckOutput
Properties
FraudCode
Provides additional information about the fraud result
Declaration
public string FraudCode { get; set; }
Property Value
Type | Description |
---|---|
string |
FraudNeural
The raw score returned by the Neural check returned by the evaluation of the transaction
Declaration
public string FraudNeural { get; set; }
Property Value
Type | Description |
---|---|
string |
FraudRCF
List of RuleCategoryFlags as setup in the Retail Decisions system that lead to the result
Declaration
public string FraudRCF { get; set; }
Property Value
Type | Description |
---|---|
string |