Adyen · Schema

TerminalModelsResponse

PaymentsFinancial ServicesFintech

Properties

Name Type Description
data array The terminal models that the API credential has access to.
View JSON Schema on GitHub

JSON Schema

adyen-terminalmodelsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TerminalModelsResponse",
  "title": "TerminalModelsResponse",
  "properties": {
    "data": {
      "description": "The terminal models that the API credential has access to.",
      "items": {
        "$ref": "#/components/schemas/IdName"
      },
      "type": "array"
    }
  },
  "type": "object"
}