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