Class FraugsterResults
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class FraugsterResults
Properties
FraudInvestigationPoints
Result of the Fraugster check Contains the investigation points used during the evaluation
Declaration
public string FraudInvestigationPoints { get; set; }
Property Value
Type | Description |
---|---|
string |
FraudScore
Result of the Fraugster check Contains the overall Fraud score which is an integer between 0 and 99
Declaration
public int? FraudScore { get; set; }
Property Value
Type | Description |
---|---|
int? |