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] |
require 'TalonOne'
instance = TalonOne::LoyaltyCardBalances.new(balance: null,
subledger_balances: {"mysubledger":{"activePoints":286,"pendingPoints":50,"spentPoints":150,"expiredPoints":25}},
profiles: null)