Adyen · Schema

TerminalConnectivityEthernet

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

adyen-terminalconnectivityethernet-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TerminalConnectivityEthernet",
  "title": "TerminalConnectivityEthernet",
  "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"
    }
  },
  "type": "object"
}