Mews · Schema

Credit card format

Format of the credit card.

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-creditcardformat-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreditCardFormat",
  "title": "Credit card format",
  "enum": [
    "Physical",
    "Virtual"
  ],
  "type": "string",
  "description": "Format of the credit card."
}