Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class RiskInsight

The risk insight object in Bolt

Inheritance
System.Object
RiskInsight
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0
Syntax
public class RiskInsight : Object

Constructors

RiskInsight()

Declaration
public RiskInsight()

Properties

Available

Is available

Declaration
public bool Available { get; set; }
Property Value
Type Description
System.Boolean

DecisionFactors

The decision factors

Declaration
public List<string> DecisionFactors { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

FraudProbability

The fraud probability

Declaration
public int FraudProbability { get; set; }
Property Value
Type Description
System.Int32