@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
27 lines • 1.13 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.InputCommand = void 0;
/**
* Possible values: * **GetAnyKey** * **GetConfirmation** * **SiteManager** * **TextString** * **DigitString** * **DecimalString** * **GetFunctionKey** * **GetMenuEntry** * **Password**
*/
var InputCommand;
(function (InputCommand) {
InputCommand["GetAnyKey"] = "GetAnyKey";
InputCommand["GetConfirmation"] = "GetConfirmation";
InputCommand["SiteManager"] = "SiteManager";
InputCommand["TextString"] = "TextString";
InputCommand["DigitString"] = "DigitString";
InputCommand["DecimalString"] = "DecimalString";
InputCommand["GetFunctionKey"] = "GetFunctionKey";
InputCommand["GetMenuEntry"] = "GetMenuEntry";
InputCommand["Password"] = "Password";
})(InputCommand = exports.InputCommand || (exports.InputCommand = {}));
//# sourceMappingURL=inputCommand.js.map