UNPKG

@adyen/api-library

Version:

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

57 lines 1.46 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.OutputContent = void 0; /** * Content to display or print. This is a sequence of elements if they have different formats. */ class OutputContent { static getAttributeTypeMap() { return OutputContent.attributeTypeMap; } constructor() { } } exports.OutputContent = OutputContent; OutputContent.discriminator = undefined; OutputContent.mapping = undefined; OutputContent.attributeTypeMap = [ { "name": "OutputFormat", "baseName": "OutputFormat", "type": "OutputFormat", "format": "" }, { "name": "PredefinedContent", "baseName": "PredefinedContent", "type": "PredefinedContent | null", "format": "" }, { "name": "OutputText", "baseName": "OutputText", "type": "Array<OutputText>", "format": "" }, { "name": "OutputXHTML", "baseName": "OutputXHTML", "type": "string", "format": "byte" }, { "name": "OutputBarcode", "baseName": "OutputBarcode", "type": "OutputBarcode | null", "format": "" } ]; //# sourceMappingURL=outputContent.js.map