UNPKG

@adyen/api-library

Version:

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

63 lines 1.67 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.EventNotification = void 0; /** * Content of the EventNotification message. It conveys Information related to the event, and possible action (maintenance, message to display). */ class EventNotification { static getAttributeTypeMap() { return EventNotification.attributeTypeMap; } constructor() { } } exports.EventNotification = EventNotification; EventNotification.discriminator = undefined; EventNotification.mapping = undefined; EventNotification.attributeTypeMap = [ { "name": "TimeStamp", "baseName": "TimeStamp", "type": "Date", "format": "date-time" }, { "name": "EventToNotify", "baseName": "EventToNotify", "type": "EventToNotify", "format": "" }, { "name": "EventDetails", "baseName": "EventDetails", "type": "string", "format": "" }, { "name": "RejectedMessage", "baseName": "RejectedMessage", "type": "string", "format": "byte" }, { "name": "MaintenanceRequiredFlag", "baseName": "MaintenanceRequiredFlag", "type": "boolean", "format": "" }, { "name": "DisplayOutput", "baseName": "DisplayOutput", "type": "Array<DisplayOutput>", "format": "" } ]; //# sourceMappingURL=eventNotification.js.map