docs/LoyaltySubLedger.md in talon_one-2.5.1 vs docs/LoyaltySubLedger.md in talon_one-3.0.0

- old
+ new

@@ -2,10 +2,10 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**total** | **Float** | **DEPRECATED** Use `totalActivePoints`` property instead. Total amount of currently active and available points in the customer's balance. | +**total** | **Float** | **DEPRECATED** Use `totalActivePoints` property instead. Total amount of currently active and available points in the customer's balance. | **total_active_points** | **Float** | Total amount of currently active and available points in the customer's balance. | **total_pending_points** | **Float** | Total amount of pending points, which are not active yet but will become active in the future. | **total_spent_points** | **Float** | Total amount of points already spent by this customer. | **total_expired_points** | **Float** | Total amount of points, that expired without ever being spent. | **transactions** | [**Array<LoyaltyLedgerEntry>**](LoyaltyLedgerEntry.md) | List of all events that have happened such as additions, subtractions and expiries. | [optional]