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 | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
float |
setRisk
Probability (0-1) of this transaction attempt being part of a card testing attack.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |