Class FraudResultsRetailDecisions
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class FraudResultsRetailDecisions
Properties
FraudCode
Result of the fraud service. Provides additional information about the fraud result
Declaration
public string FraudCode { get; set; }
Property Value
Type | Description |
---|---|
string |
FraudNeural
Returns the raw score of the neural
Declaration
public string FraudNeural { get; set; }
Property Value
Type | Description |
---|---|
string |
FraudRCF
Result of the fraud service Represent sets of fraud rules returned during the evaluation of the transaction
Declaration
public string FraudRCF { get; set; }
Property Value
Type | Description |
---|---|
string |