Sha256: db8a5d74f805af16821e55ff65fa2dc980390f5936762c209662043e5eada0a2

Contents?: true

Size: 898 Bytes

Versions: 6

Compression:

Stored size: 898 Bytes

Contents

# TalonOne::LoyaltyBalance

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active_points** | **Float** | Total amount of points awarded to this customer and available to spend. | [optional] 
**pending_points** | **Float** | Total amount of points awarded to this customer but not available until their start date. | [optional] 
**spent_points** | **Float** | Total amount of points already spent by this customer. | [optional] 
**expired_points** | **Float** | Total amount of points awarded but never redeemed. They cannot be used anymore. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::LoyaltyBalance.new(active_points: 286.0,
                                 pending_points: 50.0,
                                 spent_points: 150.0,
                                 expired_points: 286.0)
```


Version data entries

6 entries across 6 versions & 1 rubygems

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