Sha256: ec0ba81b42e92411d7edca12b32ac90415c242e66184e87c4f8f962ddb27737b

Contents?: true

Size: 440 Bytes

Versions: 5

Compression:

Stored size: 440 Bytes

Contents

# TalonOne::NewLoyaltyTier

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The name of the tier | 
**min_points** | **Float** | The minimum amount of points required to be eligible for the tier. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewLoyaltyTier.new(name: Gold,
                                 min_points: 300.0)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
talon_one-6.0.0 docs/NewLoyaltyTier.md
talon_one-5.0.0 docs/NewLoyaltyTier.md
talon_one-3.0.2 docs/NewLoyaltyTier.md
talon_one-3.0.1 docs/NewLoyaltyTier.md
talon_one-3.0.0 docs/NewLoyaltyTier.md