Adyen · Schema

ListExternalTerminalActionsResponse

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

adyen-listexternalterminalactionsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListExternalTerminalActionsResponse",
  "title": "ListExternalTerminalActionsResponse",
  "properties": {
    "data": {
      "description": "The list of terminal actions.",
      "items": {
        "$ref": "#/components/schemas/ExternalTerminalAction"
      },
      "type": "array"
    }
  },
  "type": "object"
}