Adyen · Schema

PrintRequest

It conveys the data to print and the way to process the print. It contains the complete content to print. Content of the Print Request message.

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
PrintOutput object
View JSON Schema on GitHub

JSON Schema

adyen-printrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PrintRequest",
  "title": "PrintRequest",
  "type": "object",
  "description": "It conveys the data to print and the way to process the print. It contains the complete content to print. Content of the Print Request message.",
  "properties": {
    "PrintOutput": {
      "$ref": "#/components/schemas/PrintOutput"
    }
  },
  "required": [
    "PrintOutput"
  ]
}