Sha256: 13a513525fb1fcdefef6fe873260c8002cd60824b5b7a3af6e2dcbede2b821eb

Contents?: true

Size: 1.34 KB

Versions: 2

Compression:

Stored size: 1.34 KB

Contents

# TalonOne::RollbackDeductedLoyaltyPointsEffectProps

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**program_id** | **Integer** | The ID of the loyalty program where these points were reimbursed | 
**sub_ledger_id** | **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 | 
**recipient_integration_id** | **String** | The user for whom these points were reimbursed | 
**start_date** | **DateTime** | Date after which the reimbursed points will be valid | [optional] 
**expiry_date** | **DateTime** | Date after which the reimbursed points will expire | [optional] 
**transaction_uuid** | **String** | The identifier of 'addition' entries added to the ledger as the `deductLoyaltyPoints` effect is rolled back | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::RollbackDeductedLoyaltyPointsEffectProps.new(program_id: null,
                                 sub_ledger_id: null,
                                 value: null,
                                 recipient_integration_id: null,
                                 start_date: null,
                                 expiry_date: null,
                                 transaction_uuid: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/RollbackDeductedLoyaltyPointsEffectProps.md
talon_one-2.3.0 docs/RollbackDeductedLoyaltyPointsEffectProps.md