UNPKG

@adyen/api-library

Version:

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

31 lines 788 B
"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.EventUrl = void 0; class EventUrl { static getAttributeTypeMap() { return EventUrl.attributeTypeMap; } } exports.EventUrl = EventUrl; EventUrl.discriminator = undefined; EventUrl.attributeTypeMap = [ { "name": "eventLocalUrls", "baseName": "eventLocalUrls", "type": "Array<Url>" }, { "name": "eventPublicUrls", "baseName": "eventPublicUrls", "type": "Array<Url>" } ]; //# sourceMappingURL=eventUrl.js.map