Mews · Schema

Voucher Type update value

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
Value object Value which is to be updated.
View JSON Schema on GitHub

JSON Schema

mews-vouchertypeupdatevalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VoucherTypeUpdateValue",
  "title": "Voucher Type update value",
  "type": "object",
  "properties": {
    "Value": {
      "title": "Voucher Type",
      "allOf": [
        {
          "$ref": "#/components/schemas/VoucherTypeEnum"
        }
      ],
      "description": "Value which is to be updated.",
      "x-enumNames": [
        "Public",
        "PartnerCompany",
        "TravelAgency"
      ],
      "x-enumDescriptions": [
        "",
        "",
        ""
      ]
    }
  },
  "additionalProperties": false,
  "x-schema-id": "VoucherTypeUpdateValue"
}