Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class StolenInstrumentVerdict.
Information about stolen instrument fraud, where the user is not the legitimate owner of the instrument being used for the purchase.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.StolenInstrumentVerdict
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1 \ FraudPreventionAssessmentMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ risk |
float
Output only. Probability of this transaction being executed with a stolen instrument. Values are from 0.0 (lowest) to 1.0 (highest). |
getRisk
Output only. Probability of this transaction being executed with a stolen instrument. Values are from 0.0 (lowest) to 1.0 (highest).
Returns | |
---|---|
Type | Description |
float |
setRisk
Output only. Probability of this transaction being executed with a stolen instrument. Values are from 0.0 (lowest) to 1.0 (highest).
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |