public class MicrosoftFraudResults extends Object
Constructor and Description |
---|
MicrosoftFraudResults() |
Modifier and Type | Method and Description |
---|---|
String |
getClauseName()
Name of the clause within the applied policy that was triggered during the evaluation of this transaction.
|
String |
getDeviceCountryCode()
The country of the customer determined by Microsoft Device Fingerprinting.
|
String |
getDeviceId()
This is the device fingerprint value.
|
Integer |
getFraudScore()
Result of the Microsoft Fraud Protection check.
|
String |
getPolicyApplied()
Name of the policy that was applied on during the evaluation of this transaction.
|
String |
getTrueIpAddress()
The true IP address as determined by Microsoft Device Fingerprinting.
|
String |
getUserDeviceType()
The type of device used by the customer.
|
void |
setClauseName(String value)
Name of the clause within the applied policy that was triggered during the evaluation of this transaction.
|
void |
setDeviceCountryCode(String value)
The country of the customer determined by Microsoft Device Fingerprinting.
|
void |
setDeviceId(String value)
This is the device fingerprint value.
|
void |
setFraudScore(Integer value)
Result of the Microsoft Fraud Protection check.
|
void |
setPolicyApplied(String value)
Name of the policy that was applied on during the evaluation of this transaction.
|
void |
setTrueIpAddress(String value)
The true IP address as determined by Microsoft Device Fingerprinting.
|
void |
setUserDeviceType(String value)
The type of device used by the customer.
|
public String getClauseName()
public void setClauseName(String value)
public String getDeviceCountryCode()
public void setDeviceCountryCode(String value)
public String getDeviceId()
public void setDeviceId(String value)
public Integer getFraudScore()
public void setFraudScore(Integer value)
public String getPolicyApplied()
public void setPolicyApplied(String value)
public String getTrueIpAddress()
public void setTrueIpAddress(String value)
public String getUserDeviceType()
public void setUserDeviceType(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.