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