Mews · Schema

Bill state

Whether the bill is `Open` or `Closed`.

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-billstate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BillState",
  "title": "Bill state",
  "enum": [
    "Open",
    "Closed"
  ],
  "type": "string",
  "description": "Whether the bill is `Open` or `Closed`."
}