GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment class
Assessment for Fraud Prevention.
Constructors
-
GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment.new({GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentBehavioralTrustVerdict? behavioralTrustVerdict, GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentCardTestingVerdict? cardTestingVerdict, List<
GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentRiskReason> ? riskReasons, 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
-
riskReasons
↔ List<
GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentRiskReason> ? -
Reasons why the transaction is probably fraudulent and received a high
transaction risk score.
getter/setter pair
- 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