Sha256: d9b6b9a1a9d7ee76d092c60431fbce98781d12bb7ace4658d7891f54ff8677b0

Contents?: true

Size: 577 Bytes

Versions: 7

Compression:

Stored size: 577 Bytes

Contents

# TalonOne::Loyalty

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cards** | [**Array<LoyaltyCard>**](LoyaltyCard.md) | Displays information about the balances of the loyalty cards. | [optional] 
**programs** | [**Hash<String, LoyaltyProgramLedgers>**](LoyaltyProgramLedgers.md) | Displays information about point balances in profile-based programs. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::Loyalty.new(cards: null,
                                 programs: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

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