Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.27 KB

RollbackAddedLoyaltyPointsEffectProps.md

File metadata and controls

18 lines (13 loc) · 1.27 KB

# RollbackAddedLoyaltyPointsEffectProps

Properties

Name Type Description Notes
programId int The ID of the loyalty program where the points were originally added.
subLedgerId string The ID of the subledger within the loyalty program where these points were originally added.
value float The amount of points that were rolled back.
recipientIntegrationId string The user for whom these points were originally added.
transactionUUID string The identifier of 'deduction' entry added to the ledger as the `addLoyaltyPoints` effect is rolled back.
cartItemPosition float The index of the item in the cart items for which the loyalty points were rolled back. [optional]
cartItemSubPosition float For cart items with `quantity` > 1, the sub-position indicates to which item the loyalty points were rolled back. [optional]
cardIdentifier string The alphanumeric identifier of the loyalty card. [optional]

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