Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.18 KB

RollbackDeductedLoyaltyPointsEffectProps.md

File metadata and controls

18 lines (13 loc) · 1.18 KB

# RollbackDeductedLoyaltyPointsEffectProps

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 float 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]