UNPKG

@adyen/api-library

Version:

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

10 lines (9 loc) 291 B
/** * Possible values: * **CashierDisplay** * **CustomerDisplay** * **CashierInput** * **CustomerInput** */ export declare enum Device { CashierDisplay = "CashierDisplay", CustomerDisplay = "CustomerDisplay", CashierInput = "CashierInput", CustomerInput = "CustomerInput" }