Mews · Schema

Outlet item type

Type of the outlet item.

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-outletitemtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OutletItemType",
  "title": "Outlet item type",
  "enum": [
    "Revenue",
    "NonRevenue",
    "Payment"
  ],
  "type": "string",
  "description": "Type of the outlet item."
}