UNPKG

@adyen/api-library

Version:

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

10 lines (9 loc) 243 B
/** * Possible values: * **NotRequired** * **Immediate** * **PrintEnd** * **SoundEnd** */ export declare enum ResponseMode { NotRequired = "NotRequired", Immediate = "Immediate", PrintEnd = "PrintEnd", SoundEnd = "SoundEnd" }