Sha256: 88ebf875081cf3466ee4e7f9b40fcb393312ea01982ceeef75046a0f6c9ef528
Contents?: true
Size: 538 Bytes
Versions: 3
Compression:
Stored size: 538 Bytes
Contents
# TalonOne::InlineResponse20016 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **has_more** | **Boolean** | true means there is more data in the source collection to request.. | **data** | [**Array<CardLedgerTransactionLogEntry>**](CardLedgerTransactionLogEntry.md) | List of loyalty card transaction logs. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::InlineResponse20016.new(has_more: true, data: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/InlineResponse20016.md |
talon_one-6.0.0 | docs/InlineResponse20016.md |
talon_one-5.0.0 | docs/InlineResponse20016.md |