Sha256: 9c18554de82bda94bd0e4c3c956d4af5e77e901bd14c38e4926eff3abb55b3ab

Contents?: true

Size: 788 Bytes

Versions: 1

Compression:

Stored size: 788 Bytes

Contents

# TalonOne::LoyaltyTier

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | Unique ID for this entity. | 
**created** | **DateTime** | The exact moment this entity was created. | 
**program_id** | **Integer** | The ID of the loyalty program that owns this entity. | 
**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::LoyaltyTier.new(id: null,
                                 created: null,
                                 program_id: null,
                                 name: null,
                                 min_points: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/LoyaltyTier.md