UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

15 lines (14 loc) 534 B
/** * Possible values: * **GetAnyKey** * **GetConfirmation** * **SiteManager** * **TextString** * **DigitString** * **DecimalString** * **GetFunctionKey** * **GetMenuEntry** * **Password** */ export declare enum InputCommand { GetAnyKey = "GetAnyKey", GetConfirmation = "GetConfirmation", SiteManager = "SiteManager", TextString = "TextString", DigitString = "DigitString", DecimalString = "DecimalString", GetFunctionKey = "GetFunctionKey", GetMenuEntry = "GetMenuEntry", Password = "Password" }