Mews · Schema

Alternative payment methods

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-alternativepaymentmethoddeprecated-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AlternativePaymentMethodDeprecated",
  "title": "Alternative payment methods",
  "enum": [
    "Ideal",
    "ApplePay",
    "GooglePay"
  ],
  "type": "string"
}