Mews · Schema

Revenue type

Revenue type. Service Product Additional

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-revenuetypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RevenueTypeEnum",
  "title": "Revenue type",
  "enum": [
    "Service",
    "Product",
    "Additional"
  ],
  "type": "string",
  "description": "Revenue type.\n\nService\n\nProduct\n\nAdditional",
  "x-enumNames": [
    "Service",
    "Product",
    "Additional"
  ],
  "x-enumDescriptions": [
    "",
    "",
    ""
  ]
}