Google Cloud Recaptcha Enterprise V1 Client - Class CardTestingVerdict (1.3.2)

Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class CardTestingVerdict.

Information about card testing fraud, where an adversary is testing fraudulently obtained cards or brute forcing their details.

Generated from protobuf message google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.CardTestingVerdict

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ risk float

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

getRisk

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

Returns
TypeDescription
float

setRisk

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

Parameter
NameDescription
var float
Returns
TypeDescription
$this