Interface FraudPreventionAssessment.CardTestingVerdictOrBuilder (3.59.0)

public static interface FraudPreventionAssessment.CardTestingVerdictOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRisk()

public abstract float getRisk()

Output only. Probability (0-1) of this transaction attempt being part of a card testing attack.

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

Returns
Type Description
float

The risk.