| Name | Type | Description | Notes |
|---|---|---|---|
| employeeName | string | The name of the employee who added or deducted points. | |
| loyaltyProgramID | int | The ID of the loyalty program. | |
| notificationType | string | The type of notification. | |
| profileIntegrationID | string | The integration ID of the customer profile to whom points were added or deducted. | |
| sessionIntegrationID | string | The integration ID of the session through which the points were earned or lost. | |
| subledgerID | string | The ID of the subledger within the loyalty program where these points were added. | |
| typeOfChange | string | The notification source, that is, it indicates whether the points were added or deducted via one of the following routes: - The Campaign Manager - Management API - Rule Engine | |
| userID | int | The ID of the employee who added or deducted points. | |
| actions | \TalonOne\Client\Model\AddedDeductedPointsBalancesAction[] | The list of actions that have been triggered in the loyalty program. | |
| currentPoints | float | The current points balance. |