Sha256: 4e14fd2c665aadfcea9fadf6307c5990db7bc02f8037421395238e8dae72462f

Contents?: true

Size: 1.67 KB

Versions: 3

Compression:

Stored size: 1.67 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** | For cart items with `quantity` > 1, the sub-position indicates to which item the loyalty points were rolled back.  | [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-7.0.0 docs/RollbackAddedLoyaltyPointsEffectProps.md
talon_one-6.0.0 docs/RollbackAddedLoyaltyPointsEffectProps.md
talon_one-5.0.0 docs/RollbackAddedLoyaltyPointsEffectProps.md