Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 585 Bytes

LoyaltyLedgerTransactions.md

File metadata and controls

19 lines (12 loc) · 585 Bytes

TalonOne::LoyaltyLedgerTransactions

Properties

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]

Code Sample

require 'TalonOne'

instance = TalonOne::LoyaltyLedgerTransactions.new(has_more: true,
                                 data: null)