Sha256: 55cf6732799c5dab6cad032026f7b1d5b19fe540e3943daab644a6aef7986dd2
Contents?: true
Size: 674 Bytes
Versions: 6
Compression:
Stored size: 674 Bytes
Contents
# TalonOne::LoyaltyBalances ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **balance** | [**LoyaltyBalance**](LoyaltyBalance.md) | | [optional] **subledger_balances** | [**Hash<String, LoyaltyBalance>**](LoyaltyBalance.md) | Map of the loyalty balances of the subledgers of a ledger. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::LoyaltyBalances.new(balance: null, subledger_balances: {"mysubledger":{"activePoints":286,"pendingPoints":50,"spentPoints":150,"expiredPoints":25}}) ```
Version data entries
6 entries across 6 versions & 1 rubygems