ScheduleTerminalActionsRequest |
ScheduleTerminalActionsRequest.actionDetails(ScheduleTerminalActionsRequestActionDetails actionDetails) |
actionDetails
|
ScheduleTerminalActionsRequest |
ScheduleTerminalActionsRequest.addTerminalIdsItem(String terminalIdsItem) |
|
static ScheduleTerminalActionsRequest |
ScheduleTerminalActionsRequest.fromJson(String jsonString) |
Create an instance of ScheduleTerminalActionsRequest given an JSON string
|
ScheduleTerminalActionsRequest |
ScheduleTerminalActionsRequest.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
ScheduleTerminalActionsRequest |
ScheduleTerminalActionsRequest.scheduledAt(String scheduledAt) |
The date and time when the action should happen.
|
ScheduleTerminalActionsRequest |
ScheduleTerminalActionsRequest.storeId(String storeId) |
The unique ID of the
[store](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/stores).
|
ScheduleTerminalActionsRequest |
ScheduleTerminalActionsRequest.terminalIds(List<String> terminalIds) |
A list of unique IDs of the terminals to apply the action to.
|