Mastercard · JSON Structure

Mastercard Suspected Fraud Suspected Fraud Change Structure

Type: object Properties: 6
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

SuspectedFraudChange is a JSON Structure definition published by Mastercard, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

auditControlNumber fraudPostedDate fraudTypeCode accountDeviceType cardholderReportedDate memo

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SuspectedFraudChange",
  "type": "object",
  "properties": {
    "auditControlNumber": {
      "type": "string"
    },
    "fraudPostedDate": {
      "type": "string"
    },
    "fraudTypeCode": {
      "type": "string"
    },
    "accountDeviceType": {
      "type": "string"
    },
    "cardholderReportedDate": {
      "type": "string"
    },
    "memo": {
      "type": "string"
    }
  }
}