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