Name | Type | Description | Notes |
---|---|---|---|
has_more | Boolean | true means there is more data in the source collection to request.. | |
data | Array<CardLedgerTransactionLogEntry> | List of loyalty card transaction logs. |
require 'TalonOne'
instance = TalonOne::InlineResponse20016.new(has_more: true,
data: null)