Mews · Schema

Credit card kind

Kind of the credit card.

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-creditcardkind-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreditCardKind",
  "title": "Credit card kind",
  "enum": [
    "Terminal",
    "Gateway"
  ],
  "type": "string",
  "description": "Kind of the credit card."
}