Mastercard · Schema

BundleDetails

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
code string Unique identifier of a benefit bundle that represents a group of benefit instances available.
effectiveDate string Effective date associated to the benefits in the benefit bundle. Date will be in YYYY-MM-DD format.
expiryDate string Expiry date associated to the benefits in the benefit bundle. Date will be in YYYY-MM-DD format.
View JSON Schema on GitHub

JSON Schema

mastercard-benefit-allocation-service-bundle-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BundleDetails",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "Unique identifier of a benefit bundle that represents a group of benefit instances available."
    },
    "effectiveDate": {
      "type": "string",
      "description": "Effective date associated to the benefits in the benefit bundle. Date will be in YYYY-MM-DD format."
    },
    "expiryDate": {
      "type": "string",
      "description": "Expiry date associated to the benefits in the benefit bundle. Date will be in YYYY-MM-DD format."
    }
  }
}