public enum AnnotateAssessmentRequest.Reason extends Enum<AnnotateAssessmentRequest.Reason> implements ProtocolMessageEnumEnum that represents potential reasons for annotating an assessment.
Protobuf enum google.cloud.recaptchaenterprise.v1beta1.AnnotateAssessmentRequest.Reason
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| CHARGEBACK | Indicates a chargeback issued for the transaction with no other details. When possible, specify the type by using CHARGEBACK_FRAUD or CHARGEBACK_DISPUTE instead. |
| CHARGEBACK_DISPUTE | Indicates a chargeback related to the cardholder having provided their card details but allegedly not being satisfied with the purchase (for example, misrepresentation, attempted cancellation). |
| CHARGEBACK_DISPUTE_VALUE | Indicates a chargeback related to the cardholder having provided their card details but allegedly not being satisfied with the purchase (for example, misrepresentation, attempted cancellation). |
| CHARGEBACK_FRAUD | Indicates a chargeback related to an alleged unauthorized transaction from the cardholder's perspective (for example, the card number was stolen). |
| CHARGEBACK_FRAUD_VALUE | Indicates a chargeback related to an alleged unauthorized transaction from the cardholder's perspective (for example, the card number was stolen). |
| CHARGEBACK_VALUE | Indicates a chargeback issued for the transaction with no other details. When possible, specify the type by using CHARGEBACK_FRAUD or CHARGEBACK_DISPUTE instead. |
| CORRECT_PASSWORD | Indicates the user provided the correct password. |
| CORRECT_PASSWORD_VALUE | Indicates the user provided the correct password. |
| FAILED_TWO_FACTOR | Indicates that the user failed a 2FA challenge. |
| FAILED_TWO_FACTOR_VALUE | Indicates that the user failed a 2FA challenge. |
| INCORRECT_PASSWORD | Indicates the user provided an incorrect password. |
| INCORRECT_PASSWORD_VALUE | Indicates the user provided an incorrect password. |
| INITIATED_TWO_FACTOR | Indicates that the user was served a 2FA challenge. An old assessment
with |
| INITIATED_TWO_FACTOR_VALUE | Indicates that the user was served a 2FA challenge. An old assessment
with |
| PASSED_TWO_FACTOR | Indicates that the user passed a 2FA challenge. |
| PASSED_TWO_FACTOR_VALUE | Indicates that the user passed a 2FA challenge. |
| PAYMENT_HEURISTICS | Indicates the transaction associated with the assessment is suspected of being fraudulent based on the payment method, billing details, shipping address or other transaction information. |
| PAYMENT_HEURISTICS_VALUE | Indicates the transaction associated with the assessment is suspected of being fraudulent based on the payment method, billing details, shipping address or other transaction information. |
| REASON_UNSPECIFIED | Default unspecified reason. |
| REASON_UNSPECIFIED_VALUE | Default unspecified reason. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |