Skip to content

Commit 00044a5

Browse files
authored
Merge pull request #1153 from Adyen/new-terminalapi-eventtypes
Terminal API new Event Types
2 parents a8d2650 + 345c974 commit 00044a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Adyen/Model/TerminalApi/EventToNotifyType.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,11 @@ public enum EventToNotifyType
5353

5454
/// <remarks/>
5555
Reject,
56+
57+
/// <remarks>Indicates that the terminal has established a network connection.</remarks>
58+
NetworkConnected,
59+
60+
/// <remarks>Indicates that the terminal has no longer a network connection.</remarks>
61+
NetworkDisconnected,
5662
}
5763
}

0 commit comments

Comments
 (0)