Mews · Schema

Payment origin

Other (Fallback value unmapped in the current version of the API.) System Operations AutomaticPayment PaymentRequest BookingEngine Api (Connector API.) Terminal ChannelManager OnlineCheckout BillBalancing OnlineCheckin PointOfSales PaymentToInvoiceLinking

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-paymentoriginenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentOriginEnum",
  "title": "Payment origin",
  "enum": [
    "Other",
    "System",
    "Operations",
    "AutomaticPayment",
    "PaymentRequest",
    "BookingEngine",
    "Api",
    "Terminal",
    "ChannelManager",
    "OnlineCheckout",
    "BillBalancing",
    "OnlineCheckin",
    "PointOfSales",
    "PaymentToInvoiceLinking"
  ],
  "type": "string",
  "description": "\n\nOther (Fallback value unmapped in the current version of the API.)\n\nSystem\n\nOperations\n\nAutomaticPayment\n\nPaymentRequest\n\nBookingEngine\n\nApi (Connector API.)\n\nTerminal\n\nChannelManager\n\nOnlineCheckout\n\nBillBalancing\n\nOnlineCheckin\n\nPointOfSales\n\nPaymentToInvoiceLinking",
  "x-enumNames": [
    "Other",
    "System",
    "Operations",
    "AutomaticPayment",
    "PaymentRequest",
    "BookingEngine",
    "Api",
    "Terminal",
    "ChannelManager",
    "OnlineCheckout",
    "BillBalancing",
    "OnlineCheckin",
    "PointOfSales",
    "PaymentToInvoiceLinking"
  ],
  "x-enumDescriptions": [
    "Fallback value unmapped in the current version of the API.",
    "",
    "",
    "",
    "",
    "",
    "Connector API.",
    "",
    "",
    "",
    "",
    "",
    "",
    ""
  ]
}