Mews · Schema

Billing automation modification result

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
BillingAutomations array Billing automations affected by the operation.
View JSON Schema on GitHub

JSON Schema

mews-billingautomationmodificationresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BillingAutomationModificationResult",
  "title": "Billing automation modification result",
  "type": "object",
  "properties": {
    "BillingAutomations": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/BillingAutomation"
      },
      "description": "Billing automations affected by the operation.",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-schema-id": "BillingAutomationModificationResult"
}