Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 893 Bytes

LoyaltyCardBalances.md

File metadata and controls

21 lines (14 loc) · 893 Bytes

TalonOne::LoyaltyCardBalances

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]
profiles Array<LoyaltyCardProfileRegistration> Customer profiles linked to the loyalty card. [optional]

Code Sample

require 'TalonOne'

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