Sha256: ef6af568d2d7ecd77898092af380f89e76112ef2fd0bf86ecc62f223dec788f5
Contents?: true
Size: 585 Bytes
Versions: 4
Compression:
Stored size: 585 Bytes
Contents
# SyncteraRubySdk::TransferListResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **external_transfers** | [**Array<TransferResponse>**](TransferResponse.md) | Array of External transfer | | | **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. | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::TransferListResponse.new( external_transfers: null, next_page_token: a8937a0d ) ```
Version data entries
4 entries across 4 versions & 1 rubygems