Mastercard · Schema

SegmentToCancel

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
code string Identifier that represents a group of benefit bundles to be cancelled.
expiryDate string Date at which the benefit bundles associated to the segment code will be cancelled. Date should be in YYYY-MM-DD format.
View JSON Schema on GitHub

JSON Schema

mastercard-benefit-allocation-service-segment-to-cancel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SegmentToCancel",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "Identifier that represents a group of benefit bundles to be cancelled."
    },
    "expiryDate": {
      "type": "string",
      "description": "Date at which the benefit bundles associated to the segment code will be cancelled. Date should be in YYYY-MM-DD format."
    }
  }
}