Mastercard · Schema

CardExpiry

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
month string Denotes a month by when the card will be expired.
year string Denotes a year by when the card will be expired.
View JSON Schema on GitHub

JSON Schema

mastercard-carbon-calculator-experience-card-expiry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CardExpiry",
  "type": "object",
  "properties": {
    "month": {
      "type": "string",
      "description": "Denotes a month by when the card will be expired."
    },
    "year": {
      "type": "string",
      "description": "Denotes a year by when the card will be expired."
    }
  }
}