UNPKG

@adyen/api-library

Version:

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

56 lines 2.14 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.PayoutScheduleBANotificationRequest = void 0; class PayoutScheduleBANotificationRequest { static getAttributeTypeMap() { return PayoutScheduleBANotificationRequest.attributeTypeMap; } constructor() { } } exports.PayoutScheduleBANotificationRequest = PayoutScheduleBANotificationRequest; PayoutScheduleBANotificationRequest.discriminator = undefined; PayoutScheduleBANotificationRequest.mapping = undefined; PayoutScheduleBANotificationRequest.attributeTypeMap = [ { "name": "data", "baseName": "data", "type": "AccountPayoutConfigWebhookData", "format": "" }, { "name": "environment", "baseName": "environment", "type": "string", "format": "" }, { "name": "timestamp", "baseName": "timestamp", "type": "Date", "format": "date-time" }, { "name": "type", "baseName": "type", "type": "PayoutScheduleBANotificationRequest.TypeEnum", "format": "" } ]; (function (PayoutScheduleBANotificationRequest) { let TypeEnum; (function (TypeEnum) { TypeEnum["BalancePlatformBalanceAccountPayoutScheduleCreated"] = "balancePlatform.balanceAccountPayoutSchedule.created"; TypeEnum["BalancePlatformBalanceAccountPayoutScheduleUpdated"] = "balancePlatform.balanceAccountPayoutSchedule.updated"; TypeEnum["BalancePlatformBalanceAccountPayoutScheduleDeleted"] = "balancePlatform.balanceAccountPayoutSchedule.deleted"; })(TypeEnum = PayoutScheduleBANotificationRequest.TypeEnum || (PayoutScheduleBANotificationRequest.TypeEnum = {})); })(PayoutScheduleBANotificationRequest = exports.PayoutScheduleBANotificationRequest || (exports.PayoutScheduleBANotificationRequest = {})); //# sourceMappingURL=payoutScheduleBANotificationRequest.js.map