Sha256: 0a9c88e91ebcef793c41c7c4ee2e931e44706e2ca6ec84891ba586629c2e5372
Contents?: true
Size: 863 Bytes
Versions: 2
Compression:
Stored size: 863 Bytes
Contents
# TalonOne::LoyaltyProgramLedgers ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | The internal ID of loyalty program | **title** | **String** | Visible name of loyalty program | **name** | **String** | Internal name of loyalty program | **ledger** | [**LoyaltyProgramBalance**](LoyaltyProgramBalance.md) | | **sub_ledgers** | [**Hash<String, LoyaltyProgramBalance>**](LoyaltyProgramBalance.md) | A map containing a list of all loyalty subledger balances | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::LoyaltyProgramLedgers.new(id: null, title: null, name: null, ledger: null, sub_ledgers: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.4.0 | docs/LoyaltyProgramLedgers.md |
talon_one-2.3.0 | docs/LoyaltyProgramLedgers.md |