Adyen · Schema

TerminalConnectivityBluetooth

PaymentsFinancial ServicesFintech

Properties

Name Type Description
ipAddress string The terminal's Bluetooth IP address.
macAddress string The terminal's Bluetooth MAC address.
View JSON Schema on GitHub

JSON Schema

adyen-terminalconnectivitybluetooth-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TerminalConnectivityBluetooth",
  "title": "TerminalConnectivityBluetooth",
  "properties": {
    "ipAddress": {
      "description": "The terminal's Bluetooth IP address.",
      "type": "string"
    },
    "macAddress": {
      "description": "The terminal's Bluetooth MAC address.",
      "type": "string"
    }
  },
  "type": "object"
}