Mews · Schema

Payment type

Payment Preauthorization

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-paymentterminalcommandtypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentTerminalCommandTypeEnum",
  "title": "Payment type",
  "enum": [
    "Payment",
    "Preauthorization"
  ],
  "type": "string",
  "description": "\n\nPayment\n\nPreauthorization",
  "x-enumNames": [
    "Payment",
    "Preauthorization"
  ],
  "x-enumDescriptions": [
    "",
    ""
  ]
}