Adyen · JSON Structure

Management Terminal Connectivity Wifi Structure

TerminalConnectivityWifi schema from Adyen API

Type: object Properties: 3
PaymentsFinancial ServicesFintech

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

Properties

ipAddress macAddress ssid

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-terminal-connectivity-wifi-structure.json",
  "description": "TerminalConnectivityWifi schema from Adyen API",
  "type": "object",
  "properties": {
    "ipAddress": {
      "description": "The terminal's IP address in the Wi-Fi network.",
      "type": "string"
    },
    "macAddress": {
      "description": "The terminal's MAC address in the Wi-Fi network.",
      "type": "string"
    },
    "ssid": {
      "description": "The SSID of the Wi-Fi network that the terminal is connected to.",
      "type": "string"
    }
  },
  "name": "TerminalConnectivityWifi"
}