Mews · Schema

Billing automation prepayment 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-billingautomationprepaymentupdatevalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BillingAutomationPrepaymentUpdateValue",
  "title": "Billing automation prepayment type update value",
  "type": "object",
  "properties": {
    "Value": {
      "title": "Billing automation prepayment type",
      "allOf": [
        {
          "$ref": "#/components/schemas/BillingAutomationPrepaymentEnum"
        }
      ],
      "description": "Value which is to be updated.",
      "x-enumNames": [
        "All",
        "Prepaid"
      ],
      "x-enumDescriptions": [
        "All",
        "Prepaid"
      ]
    }
  },
  "additionalProperties": false,
  "x-schema-id": "BillingAutomationPrepaymentUpdateValue"
}