Adyen · Schema

Timeouts

PaymentsFinancial ServicesFintech

Properties

Name Type Description
fromActiveToSleep integer Indicates the number of seconds of inactivity after which the terminal display goes into sleep mode.
View JSON Schema on GitHub

JSON Schema

adyen-timeouts-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Timeouts",
  "title": "Timeouts",
  "properties": {
    "fromActiveToSleep": {
      "description": "Indicates the number of seconds of inactivity after which the terminal display goes into sleep mode.",
      "format": "int32",
      "type": "integer"
    }
  },
  "type": "object"
}