Sha256: 816fe505bb8a017d20a00033bec7be274cd6ca07d72ef29dd6b334a0dbe79a32

Contents?: true

Size: 1.8 KB

Versions: 3

Compression:

Stored size: 1.8 KB

Contents

# TalonOne::RollbackAddedLoyaltyPointsEffectProps

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**program_id** | **Integer** | The ID of the loyalty program where the points were originally added. | 
**sub_ledger_id** | **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. | 
**recipient_integration_id** | **String** | The user for whom these points were originally added. | 
**transaction_uuid** | **String** | 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** | The sub-position is returned when [cart item flattening](https://docs.talon.one/docs/product/campaigns/campaign-evaluation#flattening) is enabled. It indicates to which item the loyalty points were rolled back, for cart items with `quantity` > 1.  | [optional] 
**card_identifier** | **String** | The alphanumeric identifier of the loyalty card.  | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::RollbackAddedLoyaltyPointsEffectProps.new(program_id: null,
                                 sub_ledger_id: null,
                                 value: null,
                                 recipient_integration_id: URNGV8294NV,
                                 transaction_uuid: null,
                                 cart_item_position: null,
                                 cart_item_sub_position: null,
                                 card_identifier: summer-loyalty-card-0543)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-3.0.2 docs/RollbackAddedLoyaltyPointsEffectProps.md
talon_one-3.0.1 docs/RollbackAddedLoyaltyPointsEffectProps.md
talon_one-3.0.0 docs/RollbackAddedLoyaltyPointsEffectProps.md