UNPKG

@adyen/api-library

Version:

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

56 lines 1.68 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; } } exports.ScheduleTerminalActionsResponse = ScheduleTerminalActionsResponse; ScheduleTerminalActionsResponse.discriminator = undefined; ScheduleTerminalActionsResponse.attributeTypeMap = [ { "name": "actionDetails", "baseName": "actionDetails", "type": "InstallAndroidAppDetails | InstallAndroidCertificateDetails | ReleaseUpdateDetails | UninstallAndroidAppDetails | UninstallAndroidCertificateDetails | null" }, { "name": "items", "baseName": "items", "type": "Array<TerminalActionScheduleDetail>" }, { "name": "scheduledAt", "baseName": "scheduledAt", "type": "string" }, { "name": "storeId", "baseName": "storeId", "type": "string" }, { "name": "terminalsWithErrors", "baseName": "terminalsWithErrors", "type": "{ [key: string]: Array<string>; }" }, { "name": "totalErrors", "baseName": "totalErrors", "type": "number" }, { "name": "totalScheduled", "baseName": "totalScheduled", "type": "number" } ]; //# sourceMappingURL=scheduleTerminalActionsResponse.js.map