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