@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
36 lines • 1.83 kB
JavaScript
;
/*
* The version of the OpenAPI document: v1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit this class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.EventToNotify = void 0;
/**
* Event the POI notifies to the Sale System. Possible values: * **BeginMaintenance** * **EndMaintenance** * **Shutdown** * **Initialised** * **OutOfOrder** * **Completed** * **Abort** * **SaleWakeUp** * **SaleAdmin** * **CustomerLanguage** * **KeyPressed** * **SecurityAlarm** * **StopAssistance** * **CardInserted** * **CardRemoved** * **Reject** * **UseAnotherCardForPreauth** * **ScanBarcodeResult**
*/
var EventToNotify;
(function (EventToNotify) {
EventToNotify["BeginMaintenance"] = "BeginMaintenance";
EventToNotify["EndMaintenance"] = "EndMaintenance";
EventToNotify["Shutdown"] = "Shutdown";
EventToNotify["Initialised"] = "Initialised";
EventToNotify["OutOfOrder"] = "OutOfOrder";
EventToNotify["Completed"] = "Completed";
EventToNotify["Abort"] = "Abort";
EventToNotify["SaleWakeUp"] = "SaleWakeUp";
EventToNotify["SaleAdmin"] = "SaleAdmin";
EventToNotify["CustomerLanguage"] = "CustomerLanguage";
EventToNotify["KeyPressed"] = "KeyPressed";
EventToNotify["SecurityAlarm"] = "SecurityAlarm";
EventToNotify["StopAssistance"] = "StopAssistance";
EventToNotify["CardInserted"] = "CardInserted";
EventToNotify["CardRemoved"] = "CardRemoved";
EventToNotify["Reject"] = "Reject";
EventToNotify["UseAnotherCardForPreauth"] = "UseAnotherCardForPreauth";
EventToNotify["ScanBarcodeResult"] = "ScanBarcodeResult";
})(EventToNotify = exports.EventToNotify || (exports.EventToNotify = {}));
//# sourceMappingURL=eventToNotify.js.map