Mews · Schema

Bill PDF template type

Detailed (Detailed overview. Items are grouped by the reservation, item type and price, and consumption date.) Consumption (Overview by date (no reservation details). Items of the same type and price are grouped by consumption date.) Reservation (Overview by reservation (no date). Items of the same type and price are grouped by reservation.) OrderItem (Consumption overview (not fiscal document). Items are grouped by the item type and price without reservation details and consumption date.) Guest (Overview by guest. Items are grouped by guest, reservation, consumption date, and item type.)

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-financialdocumentpdftemplatetypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FinancialDocumentPdfTemplateTypeEnum",
  "title": "Bill PDF template type",
  "enum": [
    "Detailed",
    "Consumption",
    "Reservation",
    "OrderItem",
    "Guest"
  ],
  "type": "string",
  "description": "\n\nDetailed (Detailed overview. Items are grouped by the reservation, item type and price, and consumption date.)\n\nConsumption (Overview by date (no reservation details). Items of the same type and price are grouped by consumption date.)\n\nReservation (Overview by reservation (no date). Items of the same type and price are grouped by reservation.)\n\nOrderItem (Consumption overview (not fiscal document). Items are grouped by the item type and price without reservation details and consumption date.)\n\nGuest (Overview by guest. Items are grouped by guest, reservation, consumption date, and item type.)",
  "x-enumNames": [
    "Detailed",
    "Consumption",
    "Reservation",
    "OrderItem",
    "Guest"
  ],
  "x-enumDescriptions": [
    "Detailed overview. Items are grouped by the reservation, item type and price, and consumption date.",
    "Overview by date (no reservation details). Items of the same type and price are grouped by consumption date.",
    "Overview by reservation (no date). Items of the same type and price are grouped by reservation.",
    "Consumption overview (not fiscal document). Items are grouped by the item type and price without reservation details and consumption date.",
    "Overview by guest. Items are grouped by guest, reservation, consumption date, and item type."
  ]
}