Mews · Schema

Supported email types

PaymentMethodRequestAdded

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-paymentmethodrequestemailtypesenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentMethodRequestEmailTypesEnum",
  "title": "Supported email types",
  "enum": [
    "PaymentMethodRequestAdded"
  ],
  "type": "string",
  "description": "\n\nPaymentMethodRequestAdded",
  "x-enumNames": [
    "PaymentMethodRequestAdded"
  ],
  "x-enumDescriptions": [
    ""
  ]
}