Name | Type | Description | Notes |
---|---|---|---|
ledger | LoyaltySubLedger | ||
sub_ledgers | Hash<String, LoyaltySubLedger> | A map containing a list of all loyalty subledger balances. | [optional] |
require 'TalonOne'
instance = TalonOne::LoyaltyLedger.new(ledger: null,
sub_ledgers: {"mysubledger":{"total":0,"totalActivePoints":286,"totalPendingPoints":50,"totalSpentPoints":150,"totalExpiredPoints":25}})