docs/LoyaltyLedgerTransactions.md in talon_one-3.0.2 vs docs/LoyaltyLedgerTransactions.md in talon_one-5.0.0
- old
+ new
@@ -2,10 +2,10 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**has_more** | **Boolean** | true means there is more data in the source collection to request. | [optional]
+**has_more** | **Boolean** | If `true`, it means that there is more data to request in the source collection. | [optional]
**data** | [**Array<LoyaltyLedgerEntry>**](LoyaltyLedgerEntry.md) | List of transaction entries from a loyalty ledger. | [optional]
## Code Sample
```ruby