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.
2 parents 992b54e + f0871f3 commit 15b22e9Copy full SHA for 15b22e9
Adyen/Model/TerminalApi/EventToNotifyType.cs
@@ -1,7 +1,6 @@
1
namespace Adyen.Model.TerminalApi
2
{
3
/// <remarks/>
4
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
5
[System.SerializableAttribute]
6
public enum EventToNotifyType
7
@@ -59,5 +58,8 @@ public enum EventToNotifyType
59
58
60
/// <remarks>Indicates that the terminal has no longer a network connection.</remarks>
61
NetworkDisconnected,
+
62
+ /// <remarks>Delivers the result (or timeout failure) of the Barcode scan.</remarks>
63
+ ScanBarcodeResult,
64
}
-}
65
+}
0 commit comments