Adyen · Schema

ShopperInteractionDevice

PaymentsFinancial ServicesFintech

Properties

Name Type Description
locale string Locale on the shopper interaction device.
os string Operating system running on the shopper interaction device.
osVersion string Version of the operating system on the shopper interaction device.
View JSON Schema on GitHub

JSON Schema

adyen-shopperinteractiondevice-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ShopperInteractionDevice",
  "title": "ShopperInteractionDevice",
  "properties": {
    "locale": {
      "description": "Locale on the shopper interaction device.",
      "type": "string"
    },
    "os": {
      "description": "Operating system running on the shopper interaction device.",
      "type": "string"
    },
    "osVersion": {
      "description": "Version of the operating system on the shopper interaction device.",
      "type": "string"
    }
  },
  "type": "object"
}