Adyen · Schema

PrinterStatus

PaymentsFinancial ServicesFintech
View JSON Schema on GitHub

JSON Schema

adyen-printerstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PrinterStatus",
  "title": "PrinterStatus",
  "type": "string",
  "enum": [
    "NoPaper",
    "OK",
    "OutOfOrder",
    "PaperJam",
    "PaperLow"
  ]
}