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 117d682 commit 345c974Copy full SHA for 345c974
Adyen/Model/TerminalApi/EventToNotifyType.cs
@@ -54,10 +54,10 @@ public enum EventToNotifyType
54
/// <remarks/>
55
Reject,
56
57
- /// <remarks/>
+ /// <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,
62
}
63
0 commit comments