Mews · Schema

Enterprise subscription

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
TaxIdentifier string Tax identifier of the `Enterprise`.
View JSON Schema on GitHub

JSON Schema

mews-enterprisesubscription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EnterpriseSubscription",
  "title": "Enterprise subscription",
  "type": "object",
  "properties": {
    "TaxIdentifier": {
      "type": "string",
      "description": "Tax identifier of the `Enterprise`.",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "description": "",
  "x-schema-id": "EnterpriseSubscription"
}