Adyen · Schema

IdName

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
id string The identifier of the terminal model.
name string The name of the terminal model.
View JSON Schema on GitHub

JSON Schema

adyen-idname-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IdName",
  "title": "IdName",
  "properties": {
    "id": {
      "description": "The identifier of the terminal model.",
      "type": "string"
    },
    "name": {
      "description": "The name of the terminal model.",
      "type": "string"
    }
  },
  "type": "object"
}