public sealed class FraudPreventionAssessment : IMessage<FraudPreventionAssessment>, IEquatable<FraudPreventionAssessment>, IDeepCloneable<FraudPreventionAssessment>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class FraudPreventionAssessment.
Assessment for Fraud Prevention.
Implements
IMessageFraudPreventionAssessment, IEquatableFraudPreventionAssessment, IDeepCloneableFraudPreventionAssessment, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.RecaptchaEnterpriseV1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
FraudPreventionAssessment()
public FraudPreventionAssessment()FraudPreventionAssessment(FraudPreventionAssessment)
public FraudPreventionAssessment(FraudPreventionAssessment other)| Parameter | |
|---|---|
| Name | Description |
other |
FraudPreventionAssessment |
Properties
CardTestingVerdict
public FraudPreventionAssessment.Types.CardTestingVerdict CardTestingVerdict { get; set; }Assessment of this transaction for risk of being part of a card testing attack.
| Property Value | |
|---|---|
| Type | Description |
FraudPreventionAssessmentTypesCardTestingVerdict |
|
StolenInstrumentVerdict
public FraudPreventionAssessment.Types.StolenInstrumentVerdict StolenInstrumentVerdict { get; set; }Assessment of this transaction for risk of a stolen instrument.
| Property Value | |
|---|---|
| Type | Description |
FraudPreventionAssessmentTypesStolenInstrumentVerdict |
|
TransactionRisk
public float TransactionRisk { get; set; }Probability (0-1) of this transaction being fraudulent. Summarizes the combined risk of attack vectors below.
| Property Value | |
|---|---|
| Type | Description |
float |
|