Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.42 KB

RollbackAddedLoyaltyPointsEffectProps.md

File metadata and controls

18 lines (14 loc) · 1.42 KB

RollbackAddedLoyaltyPointsEffectProps

The properties specific to the "rollbackAddedLoyaltyPoints" effect. This gets triggered whenever previously a closed session with an addLoyaltyPoints effect is cancelled.

Properties

Name Type Description Notes
program_id int The ID of the loyalty program where the points were originally added.
sub_ledger_id str 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.
recipient_integration_id str The user for whom these points were originally added.
transaction_uuid str The identifier of 'deduction' entry added to the ledger as the `addLoyaltyPoints` effect is rolled back.
cart_item_position float The index of the item in the cart items for which the loyalty points were rolled back. [optional]
cart_item_sub_position float For cart items with `quantity` > 1, the sub-position indicates to which item the loyalty points were rolled back. [optional]
card_identifier str The alphanumeric identifier of the loyalty card. [optional]

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