Adyen · Schema

TerminalConnectivityEthernet

TerminalConnectivityEthernet schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
ipAddress string The terminal's ethernet IP address.
linkNegotiation string The ethernet link negotiation that the terminal uses.
macAddress string The terminal's ethernet MAC address.
View JSON Schema on GitHub

JSON Schema

management-terminal-connectivity-ethernet-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-terminal-connectivity-ethernet-schema.json",
  "title": "TerminalConnectivityEthernet",
  "description": "TerminalConnectivityEthernet schema from Adyen API",
  "type": "object",
  "properties": {
    "ipAddress": {
      "description": "The terminal's ethernet IP address.",
      "type": "string"
    },
    "linkNegotiation": {
      "description": "The ethernet link negotiation that the terminal uses.",
      "type": "string"
    },
    "macAddress": {
      "description": "The terminal's ethernet MAC address.",
      "type": "string"
    }
  }
}