We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ce1ad commit 29ed6f9Copy full SHA for 29ed6f9
src/main/java/com/adyen/model/notification/NotificationRequestItem.java
@@ -52,6 +52,7 @@ public class NotificationRequestItem {
52
public static final String EVENT_CODE_PROCESS_RETRY = "PROCESS_RETRY";
53
public static final String EVENT_CODE_REPORT_AVAILABLE = "REPORT_AVAILABLE";
54
public static final String EVENT_CODE_VOID_PENDING_REFUND = "VOID_PENDING_REFUND";
55
+ public static final String EVENT_CODE_EXPIRE = "EXPIRE";
56
57
//Dispute Event Codes
58
public static final String EVENT_CODE_CHARGEBACK = "CHARGEBACK";
0 commit comments