UNPKG

@adyen/api-library

Version:

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

33 lines 855 B
"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.LogoutRequest = void 0; /** * Empty. Content of the Logout Request message. */ class LogoutRequest { static getAttributeTypeMap() { return LogoutRequest.attributeTypeMap; } constructor() { } } exports.LogoutRequest = LogoutRequest; LogoutRequest.discriminator = undefined; LogoutRequest.mapping = undefined; LogoutRequest.attributeTypeMap = [ { "name": "MaintenanceAllowed", "baseName": "MaintenanceAllowed", "type": "boolean", "format": "" } ]; //# sourceMappingURL=logoutRequest.js.map