A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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