Class MicrosoftFraudResults
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class MicrosoftFraudResults
Properties
ClauseName
Name of the clause within the applied policy that was triggered during the evaluation of this transaction.
Declaration
public string ClauseName { get; set; }
Property Value
Type | Description |
---|---|
string |
DeviceCountryCode
The country of the customer determined by Microsoft Device Fingerprinting.
Declaration
public string DeviceCountryCode { get; set; }
Property Value
Type | Description |
---|---|
string |
DeviceId
This is the device fingerprint value. Based on the amount of data that the device fingerprint collector script was able to collect, this will be a proxy ID for the device used by the customer.
Declaration
public string DeviceId { get; set; }
Property Value
Type | Description |
---|---|
string |
FraudScore
Result of the Microsoft Fraud Protection check. This contains the normalized fraud score from a scale of 0 to 100. A higher score indicates an increased risk of fraud.
Declaration
public int? FraudScore { get; set; }
Property Value
Type | Description |
---|---|
int? |
PolicyApplied
Name of the policy that was applied on during the evaluation of this transaction.
Declaration
public string PolicyApplied { get; set; }
Property Value
Type | Description |
---|---|
string |
TrueIpAddress
The true IP address as determined by Microsoft Device Fingerprinting.
Declaration
public string TrueIpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
UserDeviceType
The type of device used by the customer.
Declaration
public string UserDeviceType { get; set; }
Property Value
Type | Description |
---|---|
string |