Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 674 Bytes

LoyaltyBalances.md

File metadata and controls

19 lines (12 loc) · 674 Bytes

TalonOne::LoyaltyBalances

Properties

Name Type Description Notes
balance LoyaltyBalance [optional]
subledger_balances Hash<String, LoyaltyBalance> Map of the loyalty balances of the subledgers of a ledger. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::LoyaltyBalances.new(balance: null,
                                 subledger_balances: {&quot;mysubledger&quot;:{&quot;activePoints&quot;:286,&quot;pendingPoints&quot;:50,&quot;spentPoints&quot;:150,&quot;expiredPoints&quot;:25}})