Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.25 KB

RollbackDeductedLoyaltyPointsEffectProps.md

File metadata and controls

20 lines (13 loc) · 1.25 KB

RollbackDeductedLoyaltyPointsEffectProps

The properties specific to the "rollbackDeductedLoyaltyPoints" effect. This effect is triggered whenever a previously closed session is cancelled and a deductLoyaltyPoints effect was revoked.

Properties

Name Type Description Notes
programId Integer 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]