Sha256: d1e42e5f4cbb927485f772b80b05d466927b9bca9844607143cc527c210a2582

Contents?: true

Size: 1.11 KB

Versions: 3

Compression:

Stored size: 1.11 KB

Contents

# TalonOne::ChangeLoyaltyTierLevelEffectProps

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**rule_title** | **String** | The title of the rule that triggered the tier upgrade. | 
**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. | 
**previous_tier_name** | **String** | The name of the tier from which the user was upgraded. | [optional] 
**new_tier_name** | **String** | The name of the tier to which the user has been upgraded. | 
**expiry_date** | **DateTime** | The expiration date of the new tier. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::ChangeLoyaltyTierLevelEffectProps.new(rule_title: null,
                                 program_id: null,
                                 sub_ledger_id: null,
                                 previous_tier_name: null,
                                 new_tier_name: null,
                                 expiry_date: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/ChangeLoyaltyTierLevelEffectProps.md
talon_one-6.0.0 docs/ChangeLoyaltyTierLevelEffectProps.md
talon_one-5.0.0 docs/ChangeLoyaltyTierLevelEffectProps.md