UNPKG

@adyen/api-library

Version:

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

72 lines 1.78 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.ReportNotificationData = void 0; class ReportNotificationData { static getAttributeTypeMap() { return ReportNotificationData.attributeTypeMap; } constructor() { } } exports.ReportNotificationData = ReportNotificationData; ReportNotificationData.discriminator = undefined; ReportNotificationData.mapping = undefined; ReportNotificationData.attributeTypeMap = [ { "name": "accountHolder", "baseName": "accountHolder", "type": "ResourceReference | null", "format": "" }, { "name": "balanceAccount", "baseName": "balanceAccount", "type": "ResourceReference | null", "format": "" }, { "name": "balancePlatform", "baseName": "balancePlatform", "type": "string", "format": "" }, { "name": "creationDate", "baseName": "creationDate", "type": "Date", "format": "date-time" }, { "name": "downloadUrl", "baseName": "downloadUrl", "type": "string", "format": "" }, { "name": "fileName", "baseName": "fileName", "type": "string", "format": "" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "reportType", "baseName": "reportType", "type": "string", "format": "" } ]; //# sourceMappingURL=reportNotificationData.js.map