Mews · Schema

Alternative payment method type

Ideal (iDEAL) ApplePay (Apple Pay) GooglePay (Google Pay) SepaDirectDebit (SEPA Direct Debit) PayPal (PayPal) WireTransfer (Wire transfer)

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-alternativepaymentmethodtypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AlternativePaymentMethodTypeEnum",
  "title": "Alternative payment method type",
  "enum": [
    "Ideal",
    "ApplePay",
    "GooglePay",
    "SepaDirectDebit",
    "PayPal",
    "WireTransfer"
  ],
  "type": "string",
  "description": "\n\nIdeal (iDEAL)\n\nApplePay (Apple Pay)\n\nGooglePay (Google Pay)\n\nSepaDirectDebit (SEPA Direct Debit)\n\nPayPal (PayPal)\n\nWireTransfer (Wire transfer)",
  "x-enumNames": [
    "Ideal",
    "ApplePay",
    "GooglePay",
    "SepaDirectDebit",
    "PayPal",
    "WireTransfer"
  ],
  "x-enumDescriptions": [
    "iDEAL",
    "Apple Pay",
    "Google Pay",
    "SEPA Direct Debit",
    "PayPal",
    "Wire transfer"
  ]
}