Mews · Schema

Ghost payment data

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
OriginalPaymentId string Unique identifier of the original payment.
View JSON Schema on GitHub

JSON Schema

mews-paymentghostdata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentGhostData",
  "title": "Ghost payment data",
  "required": [
    "OriginalPaymentId"
  ],
  "type": "object",
  "properties": {
    "OriginalPaymentId": {
      "type": "string",
      "description": "Unique identifier of the original payment.",
      "format": "uuid"
    }
  },
  "additionalProperties": false,
  "x-schema-id": "PaymentGhostData"
}