UNPKG

@adyen/api-library

Version:

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

39 lines 1.09 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.PrintResponse = void 0; /** * It conveys the result of the print, parallel to the message request, except if response not required and absent. Content of the Print Response message. */ class PrintResponse { static getAttributeTypeMap() { return PrintResponse.attributeTypeMap; } constructor() { } } exports.PrintResponse = PrintResponse; PrintResponse.discriminator = undefined; PrintResponse.mapping = undefined; PrintResponse.attributeTypeMap = [ { "name": "DocumentQualifier", "baseName": "DocumentQualifier", "type": "DocumentQualifier", "format": "" }, { "name": "Response", "baseName": "Response", "type": "Response", "format": "" } ]; //# sourceMappingURL=printResponse.js.map