Class CybersourceDecisionManager
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class CybersourceDecisionManager
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 |
FraudScore
Result of the Cybersource Decision Manager 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 during the evaluation of this transaction.
Declaration
public string PolicyApplied { get; set; }
Property Value
Type | Description |
---|---|
string |
ReasonCodes
List of one or more reason codes.
Declaration
public IList<string> ReasonCodes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |