ScheduleTerminalActionsResponse |
ScheduleTerminalActionsResponse.actionDetails(ScheduleTerminalActionsRequestActionDetails actionDetails) |
actionDetails
|
ScheduleTerminalActionsResponse |
ScheduleTerminalActionsResponse.addItemsItem(TerminalActionScheduleDetail itemsItem) |
|
static ScheduleTerminalActionsResponse |
ScheduleTerminalActionsResponse.fromJson(String jsonString) |
Create an instance of ScheduleTerminalActionsResponse given an JSON string
|
ScheduleTerminalActionsResponse |
ScheduleTerminalActionsResponse.items(List<TerminalActionScheduleDetail> items) |
A list containing a terminal ID and an action ID for each terminal that the action was scheduled for.
|
ScheduleTerminalActionsResponse |
ScheduleTerminalActionsResponse.putTerminalsWithErrorsItem(String key,
List<String> terminalsWithErrorsItem) |
|
ScheduleTerminalActionsResponse |
ScheduleTerminalActionsResponse.scheduledAt(String scheduledAt) |
The date and time when the action should happen.
|
ScheduleTerminalActionsResponse |
ScheduleTerminalActionsResponse.storeId(String storeId) |
The unique ID of the [store](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/stores).
|
ScheduleTerminalActionsResponse |
ScheduleTerminalActionsResponse.terminalsWithErrors(Map<String,List<String>> terminalsWithErrors) |
The validation errors that occurred in the list of terminals, and for each error the IDs of the terminals that the error applies to.
|
ScheduleTerminalActionsResponse |
ScheduleTerminalActionsResponse.totalErrors(Integer totalErrors) |
The number of terminals for which scheduling the action failed.
|
ScheduleTerminalActionsResponse |
ScheduleTerminalActionsResponse.totalScheduled(Integer totalScheduled) |
The number of terminals for which the action was successfully scheduled.
|