@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
28 lines • 1.08 kB
JavaScript
;
/*
* The version of the OpenAPI document: v1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit this class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.InfoQualify = void 0;
/**
* Possible values: * **Status** * **Error** * **Display** * **Sound** * **Input** * **POIReplication** * **CustomerAssistance** * **Receipt** * **Document** * **Voucher**
*/
var InfoQualify;
(function (InfoQualify) {
InfoQualify["Status"] = "Status";
InfoQualify["Error"] = "Error";
InfoQualify["Display"] = "Display";
InfoQualify["Sound"] = "Sound";
InfoQualify["Input"] = "Input";
InfoQualify["PoiReplication"] = "POIReplication";
InfoQualify["CustomerAssistance"] = "CustomerAssistance";
InfoQualify["Receipt"] = "Receipt";
InfoQualify["Document"] = "Document";
InfoQualify["Voucher"] = "Voucher";
})(InfoQualify = exports.InfoQualify || (exports.InfoQualify = {}));
//# sourceMappingURL=infoQualify.js.map