Mews · Schema

Billing automation prepayment type

All (All) Prepaid (Prepaid)

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-billingautomationprepaymentenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BillingAutomationPrepaymentEnum",
  "title": "Billing automation prepayment type",
  "enum": [
    "All",
    "Prepaid"
  ],
  "type": "string",
  "description": "\n\nAll (All)\n\nPrepaid (Prepaid)",
  "x-enumNames": [
    "All",
    "Prepaid"
  ],
  "x-enumDescriptions": [
    "All",
    "Prepaid"
  ]
}