UNPKG

@adyen/api-library

Version:

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

66 lines 1.82 kB
"use strict"; /* * The version of the OpenAPI document: v3 * * * 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.ScheduleTerminalActionsResponse = void 0; class ScheduleTerminalActionsResponse { static getAttributeTypeMap() { return ScheduleTerminalActionsResponse.attributeTypeMap; } constructor() { } } exports.ScheduleTerminalActionsResponse = ScheduleTerminalActionsResponse; ScheduleTerminalActionsResponse.discriminator = undefined; ScheduleTerminalActionsResponse.mapping = undefined; ScheduleTerminalActionsResponse.attributeTypeMap = [ { "name": "actionDetails", "baseName": "actionDetails", "type": "ScheduleTerminalActionsRequestActionDetails | null", "format": "" }, { "name": "items", "baseName": "items", "type": "Array<TerminalActionScheduleDetail>", "format": "" }, { "name": "scheduledAt", "baseName": "scheduledAt", "type": "string", "format": "" }, { "name": "storeId", "baseName": "storeId", "type": "string", "format": "" }, { "name": "terminalsWithErrors", "baseName": "terminalsWithErrors", "type": "{ [key: string]: Array<string>; }", "format": "" }, { "name": "totalErrors", "baseName": "totalErrors", "type": "number", "format": "int32" }, { "name": "totalScheduled", "baseName": "totalScheduled", "type": "number", "format": "int32" } ]; //# sourceMappingURL=scheduleTerminalActionsResponse.js.map