UNPKG

@adyen/api-library

Version:

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

60 lines 1.37 kB
"use strict"; /* * The version of the OpenAPI document: v3 * * * 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.TestOutput = void 0; class TestOutput { static getAttributeTypeMap() { return TestOutput.attributeTypeMap; } constructor() { } } exports.TestOutput = TestOutput; TestOutput.discriminator = undefined; TestOutput.mapping = undefined; TestOutput.attributeTypeMap = [ { "name": "merchantId", "baseName": "merchantId", "type": "string", "format": "" }, { "name": "output", "baseName": "output", "type": "string", "format": "" }, { "name": "requestSent", "baseName": "requestSent", "type": "string", "format": "" }, { "name": "responseCode", "baseName": "responseCode", "type": "string", "format": "" }, { "name": "responseTime", "baseName": "responseTime", "type": "string", "format": "" }, { "name": "status", "baseName": "status", "type": "string", "format": "" } ]; //# sourceMappingURL=testOutput.js.map