Mews · Schema

TaxEnvironment

Tax environment represents set of `Taxation` together with optional validity interval.

HospitalityHotelProperty ManagementPMSReservationsBookingsTravelPaymentsPoint of SaleChannel ManagerBooking Engine
View JSON Schema on GitHub

JSON Schema

connector-billing-tax-environment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TaxEnvironment",
  "description": "Tax environment represents set of `Taxation` together with optional validity interval.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mews-systems/refs/heads/main/json-schema/connector-billing-tax-environment-schema.json",
  "required": [
    "Code",
    "CountryCode",
    "TaxationCodes"
  ],
  "type": "object",
  "properties": {},
  "additionalProperties": false,
  "x-schema-id": "TaxEnvironment"
}