Mews · Schema

Customer options

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
SendMarketingEmails boolean Send marketing emails.
Invoiceable boolean Invoiceable.
BillAddressObjection boolean Bill address objection.
View JSON Schema on GitHub

JSON Schema

mews-customeraccountoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomerAccountOptions",
  "title": "Customer options",
  "type": "object",
  "properties": {
    "SendMarketingEmails": {
      "type": "boolean",
      "description": "Send marketing emails."
    },
    "Invoiceable": {
      "type": "boolean",
      "description": "Invoiceable."
    },
    "BillAddressObjection": {
      "type": "boolean",
      "description": "Bill address objection."
    }
  },
  "additionalProperties": false,
  "x-schema-id": "CustomerAccountOptions"
}