The properties specific to the "rollbackDeductedLoyaltyPoints" effect. This effect is triggered whenever a previously closed session is cancelled and a deductLoyaltyPoints effect was revoked.
| Name | Type | Description | Notes |
|---|---|---|---|
| programId | Long | The ID of the loyalty program where these points were reimbursed. | |
| subLedgerId | String | The ID of the subledger within the loyalty program where these points were reimbursed. | |
| value | BigDecimal | The amount of reimbursed points that were added. | |
| recipientIntegrationId | String | The user for whom these points were reimbursed. | |
| startDate | OffsetDateTime | Date after which the reimbursed points will be valid. | [optional] |
| expiryDate | OffsetDateTime | Date after which the reimbursed points will expire. | [optional] |
| transactionUUID | String | The identifier of 'addition' entries added to the ledger as the `deductLoyaltyPoints` effect is rolled back. | |
| cardIdentifier | String | The alphanumeric identifier of the loyalty card. | [optional] |