Sha256: 3707d2a1192fc41339bb448b5b2d13c4579aa11c168611aede16c6697cde27d4

Contents?: true

Size: 801 Bytes

Versions: 3

Compression:

Stored size: 801 Bytes

Contents

# TalonOne::LoyaltyStatistics

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**total_active_points** | **Float** | Total of active points for this loyalty program | 
**total_pending_points** | **Float** | Total of pending points for this loyalty program | 
**total_spent_points** | **Float** | Total of spent points for this loyalty program | 
**total_expired_points** | **Float** | Total of expired points for this loyalty program | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::LoyaltyStatistics.new(total_active_points: null,
                                 total_pending_points: null,
                                 total_spent_points: null,
                                 total_expired_points: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/LoyaltyStatistics.md
talon_one-2.3.0 docs/LoyaltyStatistics.md
talon_one-2.2.0 docs/LoyaltyStatistics.md