Sha256: b4b3e992dffc26478137f61abd0a21b7498070b8debc7af18fae055ebba34107
Contents?: true
Size: 551 Bytes
Versions: 4
Compression:
Stored size: 551 Bytes
Contents
# SyncteraRubySdk::PendingTransactions ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **next_page_token** | **String** | If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows. | | | **result** | [**Array<PendingTransaction>**](PendingTransaction.md) | List of pending transactions | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::PendingTransactions.new( next_page_token: null, result: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems