UNPKG

@adyen/api-library

Version:

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

75 lines 1.8 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.MessageHeader = void 0; /** * Message header of the Sale to POI protocol message. It conveys Information related to the Sale to POI protocol management. */ class MessageHeader { static getAttributeTypeMap() { return MessageHeader.attributeTypeMap; } constructor() { } } exports.MessageHeader = MessageHeader; MessageHeader.discriminator = undefined; MessageHeader.mapping = undefined; MessageHeader.attributeTypeMap = [ { "name": "ProtocolVersion", "baseName": "ProtocolVersion", "type": "string", "format": "" }, { "name": "MessageClass", "baseName": "MessageClass", "type": "MessageClass", "format": "" }, { "name": "MessageCategory", "baseName": "MessageCategory", "type": "MessageCategory", "format": "" }, { "name": "MessageType", "baseName": "MessageType", "type": "MessageType", "format": "" }, { "name": "ServiceID", "baseName": "ServiceID", "type": "string", "format": "" }, { "name": "DeviceID", "baseName": "DeviceID", "type": "string", "format": "" }, { "name": "SaleID", "baseName": "SaleID", "type": "string", "format": "" }, { "name": "POIID", "baseName": "POIID", "type": "string", "format": "" } ]; //# sourceMappingURL=messageHeader.js.map