Adyen · Schema

TerminalActionScheduleDetail

TerminalActionScheduleDetail schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
id string The ID of the action on the specified terminal.
terminalId string The unique ID of the terminal that the action applies to.
View JSON Schema on GitHub

JSON Schema

management-terminal-action-schedule-detail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-terminal-action-schedule-detail-schema.json",
  "title": "TerminalActionScheduleDetail",
  "description": "TerminalActionScheduleDetail schema from Adyen API",
  "type": "object",
  "properties": {
    "id": {
      "description": "The ID of the action on the specified terminal.",
      "type": "string"
    },
    "terminalId": {
      "description": "The unique ID of the terminal that the action applies to.",
      "type": "string"
    }
  }
}