Mastercard · Schema

ClaimFeature

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
name string Name of the insurance claim.
statusCode string Status code of the insurance claim.
status string Status of the insurance claim.
statusDescription string Status description of the insurance claim.
View JSON Schema on GitHub

JSON Schema

mastercard-loyalty-insurance-claim-feature-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ClaimFeature",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the insurance claim."
    },
    "statusCode": {
      "type": "string",
      "description": "Status code of the insurance claim."
    },
    "status": {
      "type": "string",
      "description": "Status of the insurance claim."
    },
    "statusDescription": {
      "type": "string",
      "description": "Status description of the insurance claim."
    }
  }
}