Adyen · JSON Structure

Management Timeouts Structure

Timeouts schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

Timeouts is a JSON Structure definition published by Adyen, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

fromActiveToSleep

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-timeouts-structure.json",
  "description": "Timeouts schema from Adyen API",
  "type": "object",
  "properties": {
    "fromActiveToSleep": {
      "description": "Indicates the number of seconds of inactivity after which the terminal display goes into sleep mode.",
      "type": "int32"
    }
  },
  "name": "Timeouts"
}