Interface FraudPreventionAssessment.BehavioralTrustVerdictOrBuilder (3.26.0)

public static interface FraudPreventionAssessment.BehavioralTrustVerdictOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTrust()

public abstract float getTrust()

Probability of this transaction attempt being executed in a behaviorally trustworthy way. Values are from 0.0 (lowest) to 1.0 (highest).

float trust = 1;

Returns
TypeDescription
float

The trust.