Sha256: ff742e2e5db2d7359c31d0277aae5742c9537e1749f9721ee6d14ae11e1c5ceb
Contents?: true
Size: 756 Bytes
Versions: 3
Compression:
Stored size: 756 Bytes
Contents
# TalonOne::LoyaltySubLedger ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **total** | **Float** | | **transactions** | [**Array<LoyaltyLedgerEntry>**](LoyaltyLedgerEntry.md) | Transactions contains a list of all events that have happened such as additions, subtractions and expiries | [optional] **expiring_points** | [**Array<LoyaltyLedgerEntry>**](LoyaltyLedgerEntry.md) | ExpiringPoints contains a list of all points that will expiry and when | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::LoyaltySubLedger.new(total: null, transactions: null, expiring_points: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.1.1 | docs/LoyaltySubLedger.md |
talon_one-2.1.0 | docs/LoyaltySubLedger.md |
talon_one-2.0.0 | docs/LoyaltySubLedger.md |