Refund reversed

{
  "eventId": "string",
  "eventType": "SERVICE_COMMERCIAL_ACCOUNT_ACCOUNT_REFUND_REVERSED",
  "tenantId": "string",
  "eventDate": "string",
  "data": {
    "accountIdentifier": "string",
    "accountBalance": {
      "amount": 0,
      "currencyCode": "string"
    },
    "taxInclusive": true,
    "company": {
      "companyIdentifier": "string",
      "companyName": "string",
      "companyType": "string"
    },
    "paymentIdentifier": "string",
    "refundDate": "string",
    "refundAmount": {
      "amount": 0,
      "currencyCode": "string"
    },
    "refundSource": "string",
    "refundPaymentIdentifier": "string"
  },
  "sourceId": "string",
  "sourceName": "string",
  "sourceType": "string",
  "entityId": "string",
  "entityType": "string",
  "entityOperation": "string",
  "auditMessage": "string"
}