Adyen · Schema

TerminalActionScheduleDetail

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

adyen-terminalactionscheduledetail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TerminalActionScheduleDetail",
  "title": "TerminalActionScheduleDetail",
  "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"
    }
  },
  "type": "object"
}