Sha256: 6b237fd471edde0c068dc4a19264bf2675b1c00213c6ab56edb32c4fbf844ee6

Contents?: true

Size: 512 Bytes

Versions: 6

Compression:

Stored size: 512 Bytes

Contents

# TalonOne::LoyaltyLedger

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ledger** | [**LoyaltySubLedger**](LoyaltySubLedger.md) |  | 
**sub_ledgers** | [**Hash<String, LoyaltySubLedger>**](LoyaltySubLedger.md) | A map containing a list of all loyalty subledger balances | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::LoyaltyLedger.new(ledger: null,
                                 sub_ledgers: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/LoyaltyLedger.md
talon_one-2.3.0 docs/LoyaltyLedger.md
talon_one-2.2.0 docs/LoyaltyLedger.md
talon_one-2.1.1 docs/LoyaltyLedger.md
talon_one-2.1.0 docs/LoyaltyLedger.md
talon_one-2.0.0 docs/LoyaltyLedger.md