Interface FraudPreventionAssessment.StolenInstrumentVerdictOrBuilder (3.38.0)

public static interface FraudPreventionAssessment.StolenInstrumentVerdictOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRisk()

public abstract float getRisk()

Output only. Probability of this transaction being executed with a stolen instrument. Values are from 0.0 (lowest) to 1.0 (highest).

float risk = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
float

The risk.