Komoju::BalanceTransactionList Properties Name Type Description Notes resource String Resource type name for this list, always "balance_transaction_list". data Array<Transaction> Array of ledger transaction objects. start_time Time Start of the time range for records in this response. end_time Time End of the time range for records in this response. total Integer Total number of records matching the query. page Integer Current page number. per_page Integer Number of results per page. last_page Integer Last available page number. Example require 'komoju-sdk' instance = Komoju::BalanceTransactionList.new( resource: null, data: null, start_time: null, end_time: null, total: null, page: null, per_page: null, last_page: null )