# TalonOne::LoyaltyBalancesWithTiers ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **balance** | [**LoyaltyBalanceWithTier**](LoyaltyBalanceWithTier.md) | | [optional] **subledger_balances** | [**Hash<String, LoyaltyBalanceWithTier>**](LoyaltyBalanceWithTier.md) | Map of the loyalty balances of the subledgers of a ledger. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::LoyaltyBalancesWithTiers.new(balance: null, subledger_balances: {"mysubledger":{"activePoints":286,"pendingPoints":50,"spentPoints":150,"expiredPoints":25}}) ```