Adyen · Schema

Localization

PaymentsFinancial ServicesFintech

Properties

Name Type Description
language string Language of the terminal.
secondaryLanguage string Secondary language of the terminal.
timezone string The time zone of the terminal.
View JSON Schema on GitHub

JSON Schema

adyen-localization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Localization",
  "title": "Localization",
  "properties": {
    "language": {
      "description": "Language of the terminal.",
      "type": "string"
    },
    "secondaryLanguage": {
      "description": "Secondary language of the terminal.",
      "type": "string"
    },
    "timezone": {
      "description": "The time zone of the terminal.",
      "type": "string"
    }
  },
  "type": "object"
}