UNPKG

@adyen/api-library

Version:

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

46 lines 1.34 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.SweepSchedule = void 0; class SweepSchedule { static getAttributeTypeMap() { return SweepSchedule.attributeTypeMap; } constructor() { } } exports.SweepSchedule = SweepSchedule; SweepSchedule.discriminator = undefined; SweepSchedule.mapping = undefined; SweepSchedule.attributeTypeMap = [ { "name": "cronExpression", "baseName": "cronExpression", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "SweepSchedule.TypeEnum", "format": "" } ]; (function (SweepSchedule) { let TypeEnum; (function (TypeEnum) { TypeEnum["Daily"] = "daily"; TypeEnum["Weekly"] = "weekly"; TypeEnum["Monthly"] = "monthly"; TypeEnum["Balance"] = "balance"; TypeEnum["Cron"] = "cron"; })(TypeEnum = SweepSchedule.TypeEnum || (SweepSchedule.TypeEnum = {})); })(SweepSchedule = exports.SweepSchedule || (exports.SweepSchedule = {})); //# sourceMappingURL=sweepSchedule.js.map