Name | Type | Description | Notes |
---|---|---|---|
has_more | Boolean | If `true`, it means that there is more data to request in the source collection. | [optional] |
data | Array<LoyaltyLedgerEntry> | List of transaction entries from a loyalty ledger. | [optional] |
require 'TalonOne'
instance = TalonOne::LoyaltyLedgerTransactions.new(has_more: true,
data: null)