UNPKG

@adyen/api-library

Version:

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

69 lines 1.85 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.DisplayOutput = void 0; /** * Information to display and how to process it. Contains a complete display operation for a Display or an Input Device type. For the Input Devices, Diagnosis and `EnableService`, `ResponseRequiredFlag`, and `MinimumDisplayTime` shall be absent. */ class DisplayOutput { static getAttributeTypeMap() { return DisplayOutput.attributeTypeMap; } constructor() { } } exports.DisplayOutput = DisplayOutput; DisplayOutput.discriminator = undefined; DisplayOutput.mapping = undefined; DisplayOutput.attributeTypeMap = [ { "name": "ResponseRequiredFlag", "baseName": "ResponseRequiredFlag", "type": "boolean", "format": "" }, { "name": "MinimumDisplayTime", "baseName": "MinimumDisplayTime", "type": "number", "format": "" }, { "name": "Device", "baseName": "Device", "type": "Device", "format": "" }, { "name": "InfoQualify", "baseName": "InfoQualify", "type": "InfoQualify", "format": "" }, { "name": "OutputContent", "baseName": "OutputContent", "type": "OutputContent", "format": "" }, { "name": "MenuEntry", "baseName": "MenuEntry", "type": "Array<MenuEntry>", "format": "" }, { "name": "OutputSignature", "baseName": "OutputSignature", "type": "string", "format": "byte" } ]; //# sourceMappingURL=displayOutput.js.map