Sha256: 87a66c75513e2d757fcbe308e6c534b0a850b15f738b432ce4d9e59dd9fb236a
Contents?: true
Size: 759 Bytes
Versions: 4
Compression:
Stored size: 759 Bytes
Contents
# TalonOne::LoyaltyProgramLedgers ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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(title: null, name: null, ledger: null, sub_ledgers: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.2.0 | docs/LoyaltyProgramLedgers.md |
talon_one-2.1.1 | docs/LoyaltyProgramLedgers.md |
talon_one-2.1.0 | docs/LoyaltyProgramLedgers.md |
talon_one-2.0.0 | docs/LoyaltyProgramLedgers.md |