Sha256: a0f1d6e42d8c7d6b382e994f49d89453a5a85cc3e5711e1d7f2ad3c8f4560ea3
Contents?: true
Size: 538 Bytes
Versions: 2
Compression:
Stored size: 538 Bytes
Contents
# TalonOne::InlineResponse20014 ## 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::InlineResponse20014.new(has_more: true, data: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-3.0.2 | docs/InlineResponse20014.md |
talon_one-3.0.1 | docs/InlineResponse20014.md |