Google Cloud reCAPTCHA Enterprise v1 API - Class FraudPreventionAssessment.Types.StolenInstrumentVerdict (2.7.0)

public sealed class FraudPreventionAssessment.Types.StolenInstrumentVerdict : IMessage<FraudPreventionAssessment.Types.StolenInstrumentVerdict>, IEquatable<FraudPreventionAssessment.Types.StolenInstrumentVerdict>, IDeepCloneable<FraudPreventionAssessment.Types.StolenInstrumentVerdict>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class FraudPreventionAssessment.Types.StolenInstrumentVerdict.

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

Inheritance

object > FraudPreventionAssessment.Types.StolenInstrumentVerdict

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

StolenInstrumentVerdict()

public StolenInstrumentVerdict()

StolenInstrumentVerdict(StolenInstrumentVerdict)

public StolenInstrumentVerdict(FraudPreventionAssessment.Types.StolenInstrumentVerdict other)
Parameter
NameDescription
otherFraudPreventionAssessmentTypesStolenInstrumentVerdict

Properties

Risk

public float Risk { get; set; }

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

Property Value
TypeDescription
float