UNPKG

@adyen/api-library

Version:

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

54 lines 1.35 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.PrintOutput = void 0; class PrintOutput { static getAttributeTypeMap() { return PrintOutput.attributeTypeMap; } constructor() { } } exports.PrintOutput = PrintOutput; PrintOutput.discriminator = undefined; PrintOutput.mapping = undefined; PrintOutput.attributeTypeMap = [ { "name": "DocumentQualifier", "baseName": "DocumentQualifier", "type": "DocumentQualifier", "format": "" }, { "name": "ResponseMode", "baseName": "ResponseMode", "type": "ResponseMode", "format": "" }, { "name": "IntegratedPrintFlag", "baseName": "IntegratedPrintFlag", "type": "boolean", "format": "" }, { "name": "RequiredSignatureFlag", "baseName": "RequiredSignatureFlag", "type": "boolean", "format": "" }, { "name": "OutputContent", "baseName": "OutputContent", "type": "OutputContent", "format": "" } ]; //# sourceMappingURL=printOutput.js.map