Class: Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::StolenInstrumentVerdict
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::StolenInstrumentVerdict
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb
Overview
Information about stolen instrument fraud, where the user is not the legitimate owner of the instrument being used for the purchase.
Instance Attribute Summary collapse
-
#risk ⇒ ::Float
Probability (0-1) of this transaction being executed with a stolen instrument.
Instance Attribute Details
#risk ⇒ ::Float
Returns Probability (0-1) of this transaction being executed with a stolen instrument.
652 653 654 655 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 652 class StolenInstrumentVerdict include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |