UNPKG

@adyen/api-library

Version:

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

48 lines 1.36 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; } constructor() { } } exports.ScheduleTerminalActionsRequest = ScheduleTerminalActionsRequest; ScheduleTerminalActionsRequest.discriminator = undefined; ScheduleTerminalActionsRequest.mapping = undefined; ScheduleTerminalActionsRequest.attributeTypeMap = [ { "name": "actionDetails", "baseName": "actionDetails", "type": "ScheduleTerminalActionsRequestActionDetails | null", "format": "" }, { "name": "scheduledAt", "baseName": "scheduledAt", "type": "string", "format": "" }, { "name": "storeId", "baseName": "storeId", "type": "string", "format": "" }, { "name": "terminalIds", "baseName": "terminalIds", "type": "Array<string>", "format": "" } ]; //# sourceMappingURL=scheduleTerminalActionsRequest.js.map