Mews · Schema

Payment next action discriminator

RedirectToUrl (Redirect customer to a URL where they can complete their payment.)

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-nextactiontypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NextActionTypeEnum",
  "title": "Payment next action discriminator",
  "enum": [
    "RedirectToUrl"
  ],
  "type": "string",
  "description": "\n\nRedirectToUrl (Redirect customer to a URL where they can complete their payment.)",
  "x-enumNames": [
    "RedirectToUrl"
  ],
  "x-enumDescriptions": [
    "Redirect customer to a URL where they can complete their payment."
  ]
}