GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment constructor
GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment({
- GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentBehavioralTrustVerdict? behavioralTrustVerdict,
- GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentCardTestingVerdict? cardTestingVerdict,
- GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentStolenInstrumentVerdict? stolenInstrumentVerdict,
- double? transactionRisk,
Implementation
GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment({
this.behavioralTrustVerdict,
this.cardTestingVerdict,
this.stolenInstrumentVerdict,
this.transactionRisk,
});