Mews · Schema

PaymentPlanAddResult

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
PaymentRequestUrl string Payment request URL associated with the created payment plan.
View JSON Schema on GitHub

JSON Schema

mews-paymentplanaddresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentPlanAddResult",
  "title": "PaymentPlanAddResult",
  "required": [
    "PaymentRequestUrl"
  ],
  "type": "object",
  "properties": {
    "PaymentRequestUrl": {
      "minLength": 1,
      "type": "string",
      "description": "Payment request URL associated with the created payment plan."
    }
  },
  "additionalProperties": false,
  "x-schema-id": "PaymentPlanAddResult"
}