UNPKG

@adyen/api-library

Version:

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

54 lines 1.66 kB
"use strict"; /* * The version of the OpenAPI document: v2 * * * 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.ScoreNotificationRequest = void 0; class ScoreNotificationRequest { static getAttributeTypeMap() { return ScoreNotificationRequest.attributeTypeMap; } constructor() { } } exports.ScoreNotificationRequest = ScoreNotificationRequest; ScoreNotificationRequest.discriminator = undefined; ScoreNotificationRequest.mapping = undefined; ScoreNotificationRequest.attributeTypeMap = [ { "name": "data", "baseName": "data", "type": "BankScoreSignalTriggeredData", "format": "" }, { "name": "environment", "baseName": "environment", "type": "string", "format": "" }, { "name": "timestamp", "baseName": "timestamp", "type": "Date", "format": "date-time" }, { "name": "type", "baseName": "type", "type": "ScoreNotificationRequest.TypeEnum", "format": "" } ]; (function (ScoreNotificationRequest) { let TypeEnum; (function (TypeEnum) { TypeEnum["BalancePlatformScoreTriggered"] = "balancePlatform.score.triggered"; })(TypeEnum = ScoreNotificationRequest.TypeEnum || (ScoreNotificationRequest.TypeEnum = {})); })(ScoreNotificationRequest = exports.ScoreNotificationRequest || (exports.ScoreNotificationRequest = {})); //# sourceMappingURL=scoreNotificationRequest.js.map