UNPKG

@adyen/api-library

Version:

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

9 lines (8 loc) 171 B
/** * Possible values: * **Service** * **Device** * **Event** */ export declare enum MessageClass { Service = "Service", Device = "Device", Event = "Event" }