UNPKG

@adyen/api-library

Version:

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

48 lines 1.28 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.PayoutScheduleExecution = void 0; class PayoutScheduleExecution { static getAttributeTypeMap() { return PayoutScheduleExecution.attributeTypeMap; } constructor() { } } exports.PayoutScheduleExecution = PayoutScheduleExecution; PayoutScheduleExecution.discriminator = undefined; PayoutScheduleExecution.mapping = undefined; PayoutScheduleExecution.attributeTypeMap = [ { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "result", "baseName": "result", "type": "ExecutionResult", "format": "" }, { "name": "resultDetails", "baseName": "resultDetails", "type": "PayoutScheduleExecutionDetails | null", "format": "" }, { "name": "triggeredAt", "baseName": "triggeredAt", "type": "Date", "format": "date-time" } ]; //# sourceMappingURL=payoutScheduleExecution.js.map