Skip to content

Commit

Permalink
Add fraudId and fraudAction payment reporting retrieve
Browse files Browse the repository at this point in the history
  • Loading branch information
tuncaserhat committed Mar 5, 2025
1 parent 036d9ac commit 36af116
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adapter/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -1683,6 +1683,8 @@ type ReportingPaymentResponse struct {
RefundStatus *PaymentRefundStatus `json:"refundStatus"`
CardIssuerBankName *string `json:"cardIssuerBankName"`
MdStatus *int `json:"mdStatus"`
FraudId *int64 `json:"fraudId"`
FraudAction *FraudAction `json:"fraudAction"`
BuyerMember *MemberResponse `json:"buyerMember"`
Refunds *[]ReportingPaymentRefundResponse `json:"refunds"`
Pos *MerchantPos `json:"pos"`
Expand Down

0 comments on commit 36af116

Please sign in to comment.