Adyen · Schema

OutputResult

In the message response, it contains the result of the output, if required in the message request. Information related to the result the output (display, print, input).

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
Device object
InfoQualify object
Response object
View JSON Schema on GitHub

JSON Schema

adyen-outputresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OutputResult",
  "title": "OutputResult",
  "type": "object",
  "description": "In the message response, it contains the result of the output, if required in the message request. Information related to the result the output (display, print, input).",
  "properties": {
    "Device": {
      "$ref": "#/components/schemas/Device"
    },
    "InfoQualify": {
      "$ref": "#/components/schemas/InfoQualify"
    },
    "Response": {
      "$ref": "#/components/schemas/Response"
    }
  },
  "required": [
    "Device",
    "InfoQualify",
    "Response"
  ]
}