Mews · Schema

Tax exemption reason type

Unknown (Unknown tax exemption reason) IT_N1 (N1 - Escluse ex art.15) IT_N2_2 (N2.2 - Non soggette – altri casi) IT_N3_5 (N3.5 - Non imponibili – a seguito di dichiarazioni d’intento) IT_N4 (N4 - Esenti) IT_N5 (N5 - Regime del margine / IVA non esposta in fattura) PL_ZW (ZW - Zwolniony) PL_NP (NP - Nie podlega) DE_NATO (NATO-ZAbk - Umsatzsteuerbefreiung gemäß Artikel 67(3) NATO-Zusatzabkommen)

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-taxexemptionreasontypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TaxExemptionReasonTypeEnum",
  "title": "Tax exemption reason type",
  "enum": [
    "Unknown",
    "IT_N1",
    "IT_N2_2",
    "IT_N3_5",
    "IT_N4",
    "IT_N5",
    "PL_ZW",
    "PL_NP",
    "DE_NATO"
  ],
  "type": "string",
  "description": "\n\nUnknown (Unknown tax exemption reason)\n\nIT_N1 (N1 - Escluse ex art.15)\n\nIT_N2_2 (N2.2 - Non soggette \u2013 altri casi)\n\nIT_N3_5 (N3.5 - Non imponibili \u2013 a seguito di dichiarazioni d\u2019intento)\n\nIT_N4 (N4 - Esenti)\n\nIT_N5 (N5 - Regime del margine / IVA non esposta in fattura)\n\nPL_ZW (ZW - Zwolniony)\n\nPL_NP (NP - Nie podlega)\n\nDE_NATO (NATO-ZAbk - Umsatzsteuerbefreiung gem\u00e4\u00df Artikel 67(3) NATO-Zusatzabkommen)",
  "x-enumNames": [
    "Unknown",
    "IT_N1",
    "IT_N2_2",
    "IT_N3_5",
    "IT_N4",
    "IT_N5",
    "PL_ZW",
    "PL_NP",
    "DE_NATO"
  ],
  "x-enumDescriptions": [
    "Unknown tax exemption reason",
    "N1 - Escluse ex art.15",
    "N2.2 - Non soggette \u2013 altri casi",
    "N3.5 - Non imponibili \u2013 a seguito di dichiarazioni d\u2019intento",
    "N4 - Esenti",
    "N5 - Regime del margine / IVA non esposta in fattura",
    "ZW - Zwolniony",
    "NP - Nie podlega",
    "NATO-ZAbk - Umsatzsteuerbefreiung gem\u00e4\u00df Artikel 67(3) NATO-Zusatzabkommen"
  ]
}