{
  "NextTier": "Silver",
  "CurrentTier": "Gold",
  "PublishedAt": "2026-03-11T16:06:45.822602+00:00",
  "SubledgerID": "someLedger",
  "CurrentPoints": 8,
  "SourceOfEvent": "",
  "LoyaltyProgramID": 3,
  "TierExpirationDate": "2027-03-11T17:06:45.813530167+01:00",
  "ProfileIntegrationID": "TestCustomer",
  "TimestampOfTierChange": "2026-03-11T16:06:45.813530167Z",
  "PointsRequiredToTheNextTier": 2,
  "CustomerProfile": {
    "profile": {
      "totalSales": 0,
      "lastActivity": "2026-03-11T16:06:46.011814Z"
    },
    "loyalty": {
      "programs": {
        "SampleWallet": {
          "id": 1,
          "title": "Sample Wallet",
          "name": "SampleWallet",
          "ledger": {
            "currentBalance": 0,
            "pendingBalance": 0,
            "negativeBalance": 0,
            "expiredBalance": 0,
            "spentBalance": 0,
            "tentativeCurrentBalance": 0,
            "tentativePendingBalance": 0,
            "tentativeNegativeBalance": 0,
            "currentTier": {
              "id": 1,
              "name": "Bronze"
            },
            "pointsToNextTier": 10
          },
          "subLedgers": {}
        },
        "Test_Program_Wallet": {
          "id": 3,
          "title": "Test Program Wallet",
          "name": "Test_Program_Wallet",
          "joinDate": "2026-03-11T17:06:45.81353+01:00",
          "ledger": {
            "currentBalance": 0,
            "pendingBalance": 0,
            "negativeBalance": 0,
            "expiredBalance": 0,
            "spentBalance": 0,
            "tentativeCurrentBalance": 0,
            "tentativePendingBalance": 0,
            "tentativeNegativeBalance": 0,
            "currentTier": {
              "id": 5,
              "name": "Bronze",
              "expiryDate": "2027-03-11T17:09:34.269776489+01:00"
            },
            "pointsToNextTier": 10
          },
          "subLedgers": {
            "someLedger": {
              "currentBalance": 20,
              "pendingBalance": 0,
              "negativeBalance": 0,
              "expiredBalance": 0,
              "spentBalance": 0,
              "tentativeCurrentBalance": 20,
              "tentativePendingBalance": 0,
              "tentativeNegativeBalance": 0,
              "currentTier": {
                "id": 7,
                "name": "Gold",
                "startDate": "2026-03-11T17:08:01.092487+01:00",
                "expiryDate": "2027-03-11T17:08:01.092487+01:00"
              },
              "pointsToNextTier": 10
            }
          }
        },
        "TransactionCounter": {
          "id": 2,
          "title": "Transaction counter",
          "name": "TransactionCounter",
          "ledger": {
            "currentBalance": 0,
            "pendingBalance": 0,
            "negativeBalance": 0,
            "expiredBalance": 0,
            "spentBalance": 0,
            "tentativeCurrentBalance": 0,
            "tentativePendingBalance": 0,
            "tentativeNegativeBalance": 0
          },
          "subLedgers": {}
        }
      }
    }
  }
}
