Mews · Schema

Credit card payment item data

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
PaymentCardId string Unique identifier of the `CreditCard`.
View JSON Schema on GitHub

JSON Schema

mews-paymentcardpaymentdata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentCardPaymentData",
  "title": "Credit card payment item data",
  "type": "object",
  "properties": {
    "PaymentCardId": {
      "type": "string",
      "description": "Unique identifier of the `CreditCard`.",
      "format": "uuid",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-schema-id": "PaymentCardPaymentData"
}