Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentStolenInstrumentVerdict

import type { GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentStolenInstrumentVerdict } from "https://googleapis.deno.dev/v1/recaptchaenterprise:v1.ts";

Information about stolen instrument fraud, where the user is not the legitimate owner of the instrument being used for the purchase.

interface GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentStolenInstrumentVerdict {
readonly risk?: number;
}

§Properties

§
readonly risk?: number
[src]

Output only. Probability of this transaction being executed with a stolen instrument. Values are from 0.0 (lowest) to 1.0 (highest).