GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment class
Assessment for Fraud Prevention.
Constructors
- GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment({GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentBehavioralTrustVerdict? behavioralTrustVerdict, GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentCardTestingVerdict? cardTestingVerdict, GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentStolenInstrumentVerdict? stolenInstrumentVerdict, double? transactionRisk})
- GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment.fromJson(Map json_)
Properties
- behavioralTrustVerdict ↔ GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentBehavioralTrustVerdict?
-
Assessment of this transaction for behavioral trust.
getter/setter pair
- cardTestingVerdict ↔ GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentCardTestingVerdict?
-
Assessment of this transaction for risk of being part of a card testing
attack.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stolenInstrumentVerdict ↔ GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentStolenInstrumentVerdict?
-
Assessment of this transaction for risk of a stolen instrument.
getter/setter pair
- transactionRisk ↔ double?
-
Probability of this transaction being fraudulent.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited