public interface FraudPreventionAssessmentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCardTestingVerdict()
public abstract FraudPreventionAssessment.CardTestingVerdict getCardTestingVerdict()Assessment of this transaction for risk of being part of a card testing attack.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3;
| Returns | |
|---|---|
| Type | Description |
FraudPreventionAssessment.CardTestingVerdict |
The cardTestingVerdict. |
getCardTestingVerdictOrBuilder()
public abstract FraudPreventionAssessment.CardTestingVerdictOrBuilder getCardTestingVerdictOrBuilder()Assessment of this transaction for risk of being part of a card testing attack.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3;
| Returns | |
|---|---|
| Type | Description |
FraudPreventionAssessment.CardTestingVerdictOrBuilder |
|
getStolenInstrumentVerdict()
public abstract FraudPreventionAssessment.StolenInstrumentVerdict getStolenInstrumentVerdict()Assessment of this transaction for risk of a stolen instrument.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2;
| Returns | |
|---|---|
| Type | Description |
FraudPreventionAssessment.StolenInstrumentVerdict |
The stolenInstrumentVerdict. |
getStolenInstrumentVerdictOrBuilder()
public abstract FraudPreventionAssessment.StolenInstrumentVerdictOrBuilder getStolenInstrumentVerdictOrBuilder()Assessment of this transaction for risk of a stolen instrument.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2;
| Returns | |
|---|---|
| Type | Description |
FraudPreventionAssessment.StolenInstrumentVerdictOrBuilder |
|
getTransactionRisk()
public abstract float getTransactionRisk()Probability (0-1) of this transaction being fraudulent. Summarizes the combined risk of attack vectors below.
float transaction_risk = 1;
| Returns | |
|---|---|
| Type | Description |
float |
The transactionRisk. |
hasCardTestingVerdict()
public abstract boolean hasCardTestingVerdict()Assessment of this transaction for risk of being part of a card testing attack.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cardTestingVerdict field is set. |
hasStolenInstrumentVerdict()
public abstract boolean hasStolenInstrumentVerdict()Assessment of this transaction for risk of a stolen instrument.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the stolenInstrumentVerdict field is set. |