UNPKG

@adyen/api-library

Version:

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

9 lines (8 loc) 221 B
/** * Possible values: * **StartSound** * **StopSound** * **SetDefaultVolume** */ export declare enum SoundAction { StartSound = "StartSound", StopSound = "StopSound", SetDefaultVolume = "SetDefaultVolume" }