Mews · Schema

Product consumption moment

ServiceOrderEnd ServiceOrderStart PostingTimeUnit NextTimeUnit

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-productconsumptionmomentenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProductConsumptionMomentEnum",
  "title": "Product consumption moment",
  "enum": [
    "ServiceOrderEnd",
    "ServiceOrderStart",
    "PostingTimeUnit",
    "NextTimeUnit"
  ],
  "type": "string",
  "description": "\n\nServiceOrderEnd\n\nServiceOrderStart\n\nPostingTimeUnit\n\nNextTimeUnit",
  "x-enumNames": [
    "ServiceOrderEnd",
    "ServiceOrderStart",
    "PostingTimeUnit",
    "NextTimeUnit"
  ],
  "x-enumDescriptions": [
    "",
    "",
    "",
    ""
  ]
}