Google Cloud reCAPTCHA Enterprise v1beta1 API - Class FraudPreventionAssessment.Types.CardTestingVerdict (2.0.0-beta06)

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

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

Information about card testing fraud, where an adversary is testing fraudulently obtained cards or brute forcing their details.

Inheritance

object > FraudPreventionAssessment.Types.CardTestingVerdict

Namespace

Google.Cloud.RecaptchaEnterprise.V1Beta1

Assembly

Google.Cloud.RecaptchaEnterprise.V1Beta1.dll

Constructors

CardTestingVerdict()

public CardTestingVerdict()

CardTestingVerdict(CardTestingVerdict)

public CardTestingVerdict(FraudPreventionAssessment.Types.CardTestingVerdict other)
Parameter
NameDescription
otherFraudPreventionAssessmentTypesCardTestingVerdict

Properties

Risk

public float Risk { get; set; }

Probability (0-1) of this transaction attempt being part of a card testing attack.

Property Value
TypeDescription
float