@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
36 lines • 1.63 kB
JavaScript
;
/*
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
* Adyen NodeJS API Library
* Copyright (c) 2020 Adyen B.V.
* This file is open source and available under the MIT license.
* See the LICENSE file for more info.
*/
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ApplicationInfo = void 0;
// Generated using typescript-generator version 2.14.505 on 2019-06-11 10:28:22.
const libraryConstants_1 = __importDefault(require("../constants/libraryConstants"));
class ApplicationInfo {
constructor() {
this.adyenLibrary = {
name: libraryConstants_1.default.LIB_NAME,
version: libraryConstants_1.default.LIB_VERSION,
};
}
}
exports.ApplicationInfo = ApplicationInfo;
//# sourceMappingURL=applicationInfo.js.map