UNPKG

@adyen/api-library

Version:

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

45 lines 1.2 kB
"use strict"; /* * 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.OutputResult = void 0; /** * In the message response, it contains the result of the output, if required in the message request. Information related to the result the output (display, print, input). */ class OutputResult { static getAttributeTypeMap() { return OutputResult.attributeTypeMap; } constructor() { } } exports.OutputResult = OutputResult; OutputResult.discriminator = undefined; OutputResult.mapping = undefined; OutputResult.attributeTypeMap = [ { "name": "Device", "baseName": "Device", "type": "Device", "format": "" }, { "name": "InfoQualify", "baseName": "InfoQualify", "type": "InfoQualify", "format": "" }, { "name": "Response", "baseName": "Response", "type": "Response", "format": "" } ]; //# sourceMappingURL=outputResult.js.map