Sha256: c0181a16f11cd553b0ae7387b5895740a7bbd752effe4c876514998ccadaee89

Contents?: true

Size: 810 Bytes

Versions: 4

Compression:

Stored size: 810 Bytes

Contents

# TalonOne::DeductLoyaltyPointsEffectProps

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**rule_title** | **String** | The title of the rule that contained triggered this points deduction | 
**program_id** | **Integer** | The ID of the loyalty program where these points were added | 
**sub_ledger_id** | **String** | The ID of the subledger within the loyalty program where these points were added | 
**value** | **Float** | The amount of points that were deducted | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::DeductLoyaltyPointsEffectProps.new(rule_title: null,
                                 program_id: null,
                                 sub_ledger_id: null,
                                 value: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
talon_one-2.2.0 docs/DeductLoyaltyPointsEffectProps.md
talon_one-2.1.1 docs/DeductLoyaltyPointsEffectProps.md
talon_one-2.1.0 docs/DeductLoyaltyPointsEffectProps.md
talon_one-2.0.0 docs/DeductLoyaltyPointsEffectProps.md