UNPKG

@adyen/api-library

Version:

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

54 lines 1.26 kB
"use strict"; /* * The version of the OpenAPI document: v3 * * * 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.Nexo = void 0; class Nexo { static getAttributeTypeMap() { return Nexo.attributeTypeMap; } constructor() { } } exports.Nexo = Nexo; Nexo.discriminator = undefined; Nexo.mapping = undefined; Nexo.attributeTypeMap = [ { "name": "displayUrls", "baseName": "displayUrls", "type": "NotificationUrl | null", "format": "" }, { "name": "encryptionKey", "baseName": "encryptionKey", "type": "Key | null", "format": "" }, { "name": "eventUrls", "baseName": "eventUrls", "type": "EventUrl | null", "format": "" }, { "name": "nexoEventUrls", "baseName": "nexoEventUrls", "type": "Array<string>", "format": "" }, { "name": "notification", "baseName": "notification", "type": "Notification | null", "format": "" } ]; //# sourceMappingURL=nexo.js.map