UNPKG

@adyen/api-library

Version:

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

41 lines 1.3 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.ScheduleTerminalActionsRequest = void 0; class ScheduleTerminalActionsRequest { static getAttributeTypeMap() { return ScheduleTerminalActionsRequest.attributeTypeMap; } } exports.ScheduleTerminalActionsRequest = ScheduleTerminalActionsRequest; ScheduleTerminalActionsRequest.discriminator = undefined; ScheduleTerminalActionsRequest.attributeTypeMap = [ { "name": "actionDetails", "baseName": "actionDetails", "type": "InstallAndroidAppDetails | InstallAndroidCertificateDetails | ReleaseUpdateDetails | UninstallAndroidAppDetails | UninstallAndroidCertificateDetails | null" }, { "name": "scheduledAt", "baseName": "scheduledAt", "type": "string" }, { "name": "storeId", "baseName": "storeId", "type": "string" }, { "name": "terminalIds", "baseName": "terminalIds", "type": "Array<string>" } ]; //# sourceMappingURL=scheduleTerminalActionsRequest.js.map