UNPKG

@adyen/api-library

Version:

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

10 lines (9 loc) 219 B
/** * Possible values: * **OK** * **Busy** * **Maintenance** * **Unreachable** */ export declare enum GlobalStatus { Ok = "OK", Busy = "Busy", Maintenance = "Maintenance", Unreachable = "Unreachable" }