Mews · Schema

Taxation

Taxation represents set of `TaxRate` within `TaxEnvironment`.

HospitalityHotelProperty ManagementPMSReservationsBookingsTravelPaymentsPoint of SaleChannel ManagerBooking Engine
View JSON Schema on GitHub

JSON Schema

connector-billing-taxation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Taxation",
  "description": "Taxation represents set of `TaxRate` within `TaxEnvironment`.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mews-systems/refs/heads/main/json-schema/connector-billing-taxation-schema.json",
  "required": [
    "Code",
    "LocalName",
    "Name"
  ],
  "type": "object",
  "properties": {},
  "additionalProperties": false,
  "x-schema-id": "Taxation"
}