Skip to content

Commit 15b22e9

Browse files
authored
Merge pull request #1182 from Adyen/add-ScanBarcodeResult-event-type
Add ScanBarcodeResult event type
2 parents 992b54e + f0871f3 commit 15b22e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Adyen/Model/TerminalApi/EventToNotifyType.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
namespace Adyen.Model.TerminalApi
22
{
33
/// <remarks/>
4-
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
54
[System.SerializableAttribute]
65
public enum EventToNotifyType
76
{
@@ -59,5 +58,8 @@ public enum EventToNotifyType
5958

6059
/// <remarks>Indicates that the terminal has no longer a network connection.</remarks>
6160
NetworkDisconnected,
61+
62+
/// <remarks>Delivers the result (or timeout failure) of the Barcode scan.</remarks>
63+
ScanBarcodeResult,
6264
}
63-
}
65+
}

0 commit comments

Comments
 (0)