Adyen · Schema

ListExternalTerminalActionsResponse

ListExternalTerminalActionsResponse schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
data array The list of terminal actions.
View JSON Schema on GitHub

JSON Schema

management-list-external-terminal-actions-response-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-list-external-terminal-actions-response-schema.json",
  "title": "ListExternalTerminalActionsResponse",
  "description": "ListExternalTerminalActionsResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "data": {
      "description": "The list of terminal actions.",
      "items": {
        "$ref": "#/components/schemas/ExternalTerminalAction"
      },
      "type": "array"
    }
  }
}