UNPKG

@adyen/api-library

Version:

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

29 lines 961 B
"use strict"; /* * The version of the OpenAPI document: v68 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit this class manually. */ var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const modificationsApi_1 = require("./modificationsApi"); const paymentsApi_1 = require("./paymentsApi"); const service_1 = __importDefault(require("../../service")); class PaymentAPI extends service_1.default { constructor(client) { super(client); } get ModificationsApi() { return new modificationsApi_1.ModificationsApi(this.client); } get PaymentsApi() { return new paymentsApi_1.PaymentsApi(this.client); } } exports.default = PaymentAPI; //# sourceMappingURL=index.js.map