Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.34 KB

RollbackDeductedLoyaltyPointsEffectProps.md

File metadata and controls

17 lines (14 loc) · 1.34 KB

TalonOne.Model.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 int 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 decimal The amount of reimbursed points that were added.
RecipientIntegrationId string The user for whom these points were reimbursed.
StartDate DateTime Date after which the reimbursed points will be valid. [optional]
ExpiryDate DateTime 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]

[Back to Model list] [Back to API list] [Back to README]