Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
feat: add new reCAPTCHA Enterprise fraud annotations (#334)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 414549384

Source-Link: googleapis/googleapis@9b9da22

Source-Link: https://github.com/googleapis/googleapis-gen/commit/e4e3b2c01ce675c100ed54519cad3274ea20a8a2
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTRlM2IyYzAxY2U2NzVjMTAwZWQ1NDUxOWNhZDMyNzRlYTIwYThhMiJ9
  • Loading branch information
gcf-owl-bot[bot] authored Dec 10, 2021
1 parent a71efd8 commit 24fdff1
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,21 @@ message AnnotateAssessmentRequest {
// Default unspecified reason.
REASON_UNSPECIFIED = 0;

// Indicates a chargeback for fraud was issued for the transaction
// associated with the assessment.
// Indicates a chargeback was issued for the transaction associated with the
// assessment, with no other details. When possible, specify the type by
// using CHARGEBACK_FRAUD or CHARGEBACK_DISPUTE instead.
CHARGEBACK = 1;

// Indicates a chargeback related to an alleged unauthorized transaction
// from the perspective of the cardholder (for example, the card number was
// stolen).
CHARGEBACK_FRAUD = 8;

// Indicates a chargeback related to the cardholder having provided their
// card but allegedly not being satisfied with the purchase
// (for example, misrepresentation, attempted cancellation).
CHARGEBACK_DISPUTE = 9;

// 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.
Expand Down
2 changes: 2 additions & 0 deletions protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24fdff1

Please sign in to comment.