Mews · Schema

Available payment plan payment methods

Ideal (iDEAL) PaymentCard (Payment card) ApplePay (Apple Pay) GooglePay (Google Pay) SepaDirectDebit (SEPA Direct Debit) All

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-paymentmethodsenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentMethodsEnum",
  "title": "Available payment plan payment methods",
  "enum": [
    "Ideal",
    "PaymentCard",
    "ApplePay",
    "GooglePay",
    "SepaDirectDebit",
    "All"
  ],
  "type": "string",
  "description": "\n\nIdeal (iDEAL)\n\nPaymentCard (Payment card)\n\nApplePay (Apple Pay)\n\nGooglePay (Google Pay)\n\nSepaDirectDebit (SEPA Direct Debit)\n\nAll",
  "x-enumNames": [
    "Ideal",
    "PaymentCard",
    "ApplePay",
    "GooglePay",
    "SepaDirectDebit",
    "All"
  ],
  "x-enumDescriptions": [
    "iDEAL",
    "Payment card",
    "Apple Pay",
    "Google Pay",
    "SEPA Direct Debit",
    ""
  ]
}